Re-add StatusReady const
This commit is contained in:
parent
41d7136bf5
commit
e656c35a39
3
third_party/crypto/acme/types.go
vendored
3
third_party/crypto/acme/types.go
vendored
@ -20,6 +20,7 @@ const (
|
|||||||
StatusInvalid = "invalid"
|
StatusInvalid = "invalid"
|
||||||
StatusRevoked = "revoked"
|
StatusRevoked = "revoked"
|
||||||
StatusDeactivated = "deactivated"
|
StatusDeactivated = "deactivated"
|
||||||
|
StatusReady = "ready"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CRLReasonCode identifies the reason for a certificate revocation.
|
// CRLReasonCode identifies the reason for a certificate revocation.
|
||||||
@ -215,7 +216,7 @@ type Order struct {
|
|||||||
URL string
|
URL string
|
||||||
|
|
||||||
// Status is the status of the order. It will be one of StatusPending,
|
// Status is the status of the order. It will be one of StatusPending,
|
||||||
// StatusProcessing, StatusValid, and StatusInvalid.
|
// StatusReady, StatusProcessing, StatusValid, and StatusInvalid.
|
||||||
Status string
|
Status string
|
||||||
|
|
||||||
// Expires is the teimstamp after which the server will consider the order invalid.
|
// Expires is the teimstamp after which the server will consider the order invalid.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user