Module server
Structs§
- Account
Account
info returned by the acme server, defined in rfc8555 section 7.1.2- Authorization
- All info about a specific
Authorization
, defined in rfc8555 section 7.1.4 - Challenge
- All info about a specific
Challenge
, defined in rfc8555 section 7.1.5 - Directory
- Directory containing all endpoints needed by an acme client, defined in rfc8555 section 7.1.1
- Directory
Meta - Extra metadata that acme server can return
- Order
- All info about a specific
Order
, defined in rfc8555 section 7.1.3 - Orders
List - List of
Order
s currently opened by an account, defined in rfc8555 section 7.1.2.1 - RawProblem
Response - Problem response such as described in rfc7808
Enums§
- Account
Status - Current account status
- Authorization
Status - Challenge
Status - Current status of a
Challenge
- Challenge
Type - Type of acme challenge
- Order
Status - Current status of an
Order
- Problem
- Problem types used by acme server, as described in rfc8555 section 6.7