An ACME
Client for Let's Encrypt written in Rust to request SSL/TLS certificates. This client follows the guidelines specified in RFC8555.
acme-rs
in its current state does only support the http challenge. The port 80 must not be blocked. The installation process is done via crates.io
. To install the lates version of this tool just run
bash
cargo install acme-rs
acme-rs
is using the openssl
rust wrapper crate to generate keys and the csr.
The client will store the certificate and the certificate chain in the files "cert.crt" and "chain.crt"
You can request a certificate by using the following command:
bash
acme-rs [OPTIONS] --domain <domain>
By running the command "acme-rs --help" you can get an overview of all the commands available.
```bash An acme client (RFC8555) written in the rust programming language
USAGE:
acme-rs [FLAGS] [OPTIONS] --email
FLAGS: -h, --help Prints help information -v, --verbose Enables debug output -V, --version Prints version information
OPTIONS:
-d, --domain