mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Merge branch 'ocsp_apache_continued' of github.com:certbot/certbot into ocsp_apache_continued
This commit is contained in:
commit
d6dafb0a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ class OCSPPrefetchMixin(object):
|
|||
# No OCSP prefetching enabled for any certificate
|
||||
return
|
||||
|
||||
for _, pf in self._ocsp_prefetch.items():
|
||||
for pf in self._ocsp_prefetch.values():
|
||||
if not self._ocsp_refresh_needed(pf):
|
||||
continue
|
||||
# Save the status to pluginstorage
|
||||
|
|
|
|||
Loading…
Reference in a new issue