mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Update certbot/certbot/_internal/ocsp.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
975025207f
commit
d785f8c534
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class RevocationChecker(object):
|
|||
"""
|
||||
Reads OCSP response file and returns producedAt, thisUpdate
|
||||
and nextUpdate values in datetime format, or None if an error
|
||||
occures.
|
||||
occurs.
|
||||
|
||||
:param str response_file: File path to OCSP response
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue