mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Add clarifying comment.
This commit is contained in:
parent
47ba8ad09e
commit
84cc6825b6
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ class OCSPPrefetchMixin(object):
|
|||
"""
|
||||
|
||||
self._ensure_ocsp_dirs()
|
||||
# Ensure cert_path exists before trying to use it.
|
||||
if not os.path.isfile(cert_path):
|
||||
raise OCSPCertificateError("Certificate has been removed from the system.")
|
||||
ocsp_workfile = os.path.join(
|
||||
|
|
|
|||
Loading…
Reference in a new issue