Skip to main content

Module acme

Module acme 

Source
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§

AcmeAccount
ACME account credentials for persistent account management
CertManager
Certificate manager for TLS certificate provisioning and caching
CertMetadata
Metadata about a stored certificate for tracking expiry and renewal
ChallengeToken
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)