Expand description
Order life cycle.
An order goes through a life cycle of different states that require various actions by
the user. To ensure the user only use appropriate actions, this library have simple façade
structs that wraps the actual ApiOrder
.
- First prove ownership:
- Then submit CSR and download the cert.
* Possibly multiple auths.
Structs§
- Auth
- An authorization (ownership proof) for a domain name.
- Cert
Order - Order for an issued certificate that is ready to download.
- Challenge
- A DNS, HTTP, or TLS-ALPN challenge as obtained from the
Auth
. - CsrOrder
- An order that is ready for a CSR submission.
- NewOrder
- A new order created by
Account::new_order
.