Delete OCSP Response cache when certificate renewed

This commit is contained in:
wenzong 2020-09-18 14:30:08 +08:00
parent a6994bee95
commit 724646bd73
4 changed files with 59 additions and 1 deletions

View file

@ -182,7 +182,7 @@ local function fetch_and_cache_ocsp_response(uid, der_cert)
end
if forcible then
ngx.log(ngx.NOTICE, "removed an existing item when saving OCSP response, ",
"consider increasing shared dictionary size for 'ocsp_reponse_cache'")
"consider increasing shared dictionary size for 'ocsp_response_cache'")
end
end