Lua OCSP stapling

This commit is contained in:
Elvin Efendi 2020-02-19 15:05:42 -05:00
parent 42b3a1ebd2
commit 1dab12fb81
6 changed files with 164 additions and 5 deletions

View file

@ -73,6 +73,7 @@ var (
"balancer_ewma_last_touched_at": 10,
"balancer_ewma_locks": 1,
"certificate_servers": 5,
"ocsp_response_cache": 5, // keep this same as certificate_servers
}
)