From e7462fa2c5c095f99feb106231f341286a97818d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 21 May 2020 11:13:41 -0700 Subject: [PATCH] Call save when removing cert. --- certbot-apache/certbot_apache/_internal/prefetch_ocsp.py | 1 + 1 file changed, 1 insertion(+) 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): """