Struct async_acme::acme::Account[][src]

pub struct Account { /* fields omitted */ }
Expand description

An Acout at an ACME provider. Used to query certificates and challanges

  1. load_or_create your Account
  2. place a new_order for your domains
  3. check_auth for a single domain, if valid move to 6.
  4. use tls_alpn_01 to get a certificate for it
  5. trigger_challenge on that domain
  6. repeat 3. - 5. for all other domains
  7. send_csr for your cert …
  8. … and finally obtain_certificate

Implementations

Create or load a cached Account for ACME provider at directory. Provide your email in contact in the form mailto:admin@example.com to receive warnings regarding your certificate. Set a cache to remember/load your account.

send a new order for the DNS identifiers in domains

check the authentication status for a particular challange

trigger a particular challange

request a certificate to be signed

obtain a signed certificate for a privious CSR

return a hash for first alpn challange. the hash needs to be presented inside the TLS certificate when the ACME TLS ALPN is present

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.