mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Call save when removing cert.
This commit is contained in:
parent
2d9ffa3a9c
commit
e7462fa2c5
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue