Order.status
| Field / Type | Description |
|---|---|
Authorizations contains data returned from the ACME server on what authorizations must be completed in order to validate the DNS names specified on the Order. | |
certificate | Certificate is a copy of the PEM encoded certificate for this Order. This field will be populated after the order has been successfully finalized with the ACME server, and the order has transitioned to the 'valid' state.
|
failureTime | FailureTime stores the time that this order failed. This is used to influence garbage collection and back-off.
|
finalizeURL | FinalizeURL of the Order. This is used to obtain certificates for this order once it has been completed. |
reason | Reason optionally provides more information about a why the order is in the current state. |
state | State contains the current state of this Order resource. States 'success' and 'expired' are 'final'
|
url | URL of the Order. This will initially be empty when the resource is first created. The Order controller will populate this field when the Order is first processed. This field will be immutable after it is initially set. |