Delete OCSP Response cache when certificate renewed
This commit is contained in:
parent
a6994bee95
commit
724646bd73
4 changed files with 59 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue