acmex 0.8.0

AcmeX: High-performance, extensible ACME v2 (RFC 8555) client and server in Rust, supporting multiple DNS providers, storage backends, and crypto libraries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod account;
pub mod api;
pub mod auth;
pub mod certificate;
pub mod health;
pub mod order;
pub mod webhook;

pub use api::start_server;
pub use health::HealthCheck;
pub use webhook::WebhookHandler;