We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d7136 commit e656c35Copy full SHA for e656c35
third_party/crypto/acme/types.go
@@ -20,6 +20,7 @@ const (
20
StatusInvalid = "invalid"
21
StatusRevoked = "revoked"
22
StatusDeactivated = "deactivated"
23
+ StatusReady = "ready"
24
)
25
26
// CRLReasonCode identifies the reason for a certificate revocation.
@@ -215,7 +216,7 @@ type Order struct {
215
216
URL string
217
218
// Status is the status of the order. It will be one of StatusPending,
- // StatusProcessing, StatusValid, and StatusInvalid.
219
+ // StatusReady, StatusProcessing, StatusValid, and StatusInvalid.
220
Status string
221
222
// Expires is the teimstamp after which the server will consider the order invalid.
0 commit comments