Crate rama_tls_acme

Crate rama_tls_acme 

Source
Expand description

Provides types and logic for interacting with an ACME-compliant server, or to implement an ACME server directly.

The Automatic Certificate Management Environment (ACME) protocol is a communications protocol for automating interactions between certificate authorities and their users’ web servers.

Modules§

proto
Implementation of the ACME Protocol types RFC 8555

Structs§

Account
Wrapped AcmeClient with account info
AcmeClient
Acme client that will used for all acme operations
Order
Wrapped Account with order info

Enums§

AcmeProvider
Enum of popular acme providers and their directory url
ClientError
Error type which can be returned by the AcmeClient