mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
add ready status type (#5941)
This commit is contained in:
@@ -145,6 +145,7 @@ STATUS_PROCESSING = Status('processing')
|
|||||||
STATUS_VALID = Status('valid')
|
STATUS_VALID = Status('valid')
|
||||||
STATUS_INVALID = Status('invalid')
|
STATUS_INVALID = Status('invalid')
|
||||||
STATUS_REVOKED = Status('revoked')
|
STATUS_REVOKED = Status('revoked')
|
||||||
|
STATUS_READY = Status('ready')
|
||||||
|
|
||||||
|
|
||||||
class IdentifierType(_Constant):
|
class IdentifierType(_Constant):
|
||||||
|
|||||||
Reference in New Issue
Block a user