Merge branch 'ocsp_apache_continued' of github.com:certbot/certbot into ocsp_apache_continued

This commit is contained in:
Joona Hoikkala 2020-02-19 18:07:58 +02:00
commit d6dafb0a1b

View file

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