mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Update certbot/certbot/_internal/ocsp.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
a02b092620
commit
975025207f
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ def _ocsp_times_openssl_bin(response_file):
|
|||
:param str response_file: File path to OCSP response
|
||||
|
||||
:returns: tuple of producedAt, thisUpdate and nextUpdate values
|
||||
:rtype: tuple of datetime
|
||||
:rtype: tuple of datetime or None
|
||||
"""
|
||||
cmd = ["openssl", "ocsp", "-resp_text", "-noverify", "-respin", response_file]
|
||||
logger.debug("Reading OCSP response from temp file: %s", response_file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue