Skip to content

Commit e656c35

Browse files
author
James Munnelly
committed
Re-add StatusReady const
1 parent 41d7136 commit e656c35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: third_party/crypto/acme/types.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const (
2020
StatusInvalid = "invalid"
2121
StatusRevoked = "revoked"
2222
StatusDeactivated = "deactivated"
23+
StatusReady = "ready"
2324
)
2425

2526
// CRLReasonCode identifies the reason for a certificate revocation.
@@ -215,7 +216,7 @@ type Order struct {
215216
URL string
216217

217218
// Status is the status of the order. It will be one of StatusPending,
218-
// StatusProcessing, StatusValid, and StatusInvalid.
219+
// StatusReady, StatusProcessing, StatusValid, and StatusInvalid.
219220
Status string
220221

221222
// Expires is the teimstamp after which the server will consider the order invalid.

0 commit comments

Comments
 (0)