Learn

Certificate automation is infrastructure, not housekeeping.

These guides explain the ACME, DNS, credential, scheduling, deployment, and recovery concepts that make automated certificates dependable.

Foundation

ACME DNS-01 challenge explained

Understand the validation transaction, wildcard certificates, TXT propagation, delegated challenge zones, and least-privilege API design.

9 minute read

Operations

Operating the lego ACME client safely

Move from a successful command to a maintainable native workspace with clear ownership, credentials, schedules, and recovery behavior.

10 minute read

Use primary sources

CA policy, ACME RFCs, provider documentation, and upstream lego behavior are more authoritative than a copied command in a blog post.

Separate issuance from deployment

Obtaining certificate files and safely activating them in a reverse proxy or load balancer are different transactions with different rollback needs.

Design for uncertainty

External APIs can succeed after your process loses the response. Reliable automation observes current state before replaying a potentially destructive step.