mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Update certbot-apache/certbot_apache/_internal/prefetch_ocsp.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
62d08e032a
commit
5a8032d5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,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