Update certbot-apache/certbot_apache/_internal/prefetch_ocsp.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Joona Hoikkala 2020-02-19 18:04:30 +02:00 committed by GitHub
parent 62d08e032a
commit 5a8032d5cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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