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

pub struct Account { /* fields omitted */ }

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.