diff --git a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py index ffb72a372..259679f48 100644 --- a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py +++ b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py @@ -282,6 +282,7 @@ class OCSPPrefetchMixin(object): """ self._ocsp_prefetch.pop(cert_path) self.storage.put("ocsp_prefetch", self._ocsp_prefetch) + self.storage.save() def _ocsp_prefetch_fetch_state(self): """