Crate instant_acme

source ·
Expand description

Async pure-Rust ACME (RFC 8555) client.

Structs

  • An ACME account as described in RFC 8555 (section 7.1.2)
  • ACME account credentials
  • An ACME authorization as described in RFC 8555 (section 7.1.4)
  • An ACME challenge as described in RFC 8555 (section 7.1.5)
  • A HMAC key used to link account creation requests to an external account
  • The response value to use for challenge responses
  • Input data for Account creation
  • Input data for Order creation
  • An ACME order as described in RFC 8555 (section 7.1.3)
  • Contents of an ACME order as described in RFC 8555 (section 7.1.3)
  • An RFC 7807 problem document as returned by the ACME server

Enums

Traits