armature-acme
ACME/Let's Encrypt certificate automation for the Armature framework.
Features
- Auto Certificates - Automatic TLS certificate provisioning
- Let's Encrypt - Built-in Let's Encrypt support
- HTTP-01 Challenge - Domain validation
- Auto Renewal - Automatic certificate renewal
- Multiple Domains - SAN certificate support
Installation
[]
= "0.1"
Quick Start
use AcmeConfig;
let app = new
.with_acme
.get;
app.listen_tls.await?;
Staging Environment
// Use Let's Encrypt staging for testing
let config = staging;
Certificate Storage
let config = new
.certificate_path
.key_path;
License
MIT OR Apache-2.0