mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
add unrecognized
This commit is contained in:
parent
8f79859b10
commit
1d0f25df4b
1 changed files with 2 additions and 0 deletions
|
|
@ -623,6 +623,8 @@ class OCSPResponse(object):
|
|||
class OCSPCertStatus(enum):
|
||||
GOOD = 1
|
||||
REVOKED = 2
|
||||
UNRECOGNIZED = 3
|
||||
"""There are other OCSP statuses, but we may not have code to recognize them yet."""
|
||||
|
||||
|
||||
# Updater interfaces
|
||||
|
|
|
|||
Loading…
Reference in a new issue