AcmeX
A simple ACME v2 client for obtaining TLS certificates, built with Rust. Supports TLS-ALPN-01, HTTP-01, and DNS-01 challenges, integrates with rustls, and works with Let's Encrypt, Google Trust Services, and ZeroSSL.
Features
- Comprehensive ACME v2 support (RFC 8555)
- TLS-ALPN-01, HTTP-01, and DNS-01 challenges
- rustls integration for memory-safe TLS
- File-based caching (default) and Redis caching (optional)
- Let's Encrypt by default, Google Trust Services and ZeroSSL via features
- CLI tool and library usage
- Production-ready with axum, Prometheus monitoring, and tracing
Installation
Add to your Cargo.toml:
[]
= "0.0.1"
For Redis support:
[]
= { = "0.0.1", = ["redis"] }
Usage
As a Library
use ;
async
As a CLI Tool
With Redis:
License
This project is licensed under either of
at your option.
You may choose either license to use this project. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
See the LICENSE-MIT and LICENSE-APACHE files for details.