mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +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_INVALID = Status('invalid')
|
||||
STATUS_REVOKED = Status('revoked')
|
||||
STATUS_READY = Status('ready')
|
||||
|
||||
|
||||
class IdentifierType(_Constant):
|
||||
|
||||
Reference in New Issue
Block a user