Expand description
ACME certificate manager for automatic TLS
This module provides automatic TLS certificate provisioning and management using the ACME protocol (Let’s Encrypt compatible).
Implements the full ACME protocol using instant-acme for HTTP-01 challenges.
Structs§
- Acme
Account - ACME account credentials for persistent account management
- Cert
Manager - Certificate manager for TLS certificate provisioning and caching
- Cert
Metadata - Metadata about a stored certificate for tracking expiry and renewal
- Challenge
Token - ACME HTTP-01 challenge token for domain validation
Constants§
- LETS_
ENCRYPT_ PRODUCTION - Default ACME directory URL (Let’s Encrypt production)
- LETS_
ENCRYPT_ STAGING - Let’s Encrypt staging directory URL (for testing)