ACME / CLM
Certificates that renew themselves. Automation that never misses an expiry.
SSL.com supports the ACME protocol (RFC 8555) — the industry-standard mechanism for fully automated TLS certificate issuance, renewal, and revocation. With certificate lifetimes now capped at 200 days and shortening further, ACME automation is moving from a convenience to a necessity.
The standard for automated certificate lifecycle management
ACME (Automated Certificate Management Environment) is an IETF standard (RFC 8555) that allows ACME-compatible clients to automatically request, validate, issue, renew, and revoke TLS certificates from an ACME-capable CA — with no human interaction required after initial setup.
Certificate Lifecycle Management (CLM) is the broader practice of managing certificates from issuance through renewal and revocation. ACME is the protocol that enables it at scale.
SSL.com is a fully ACME-compatible CA. Any ACME client — Certbot, ACME.sh, win-acme, Caddy, Traefik, and hundreds of others — can use SSL.com as its CA endpoint.
Why ACME is increasingly essential
Certificate lifetime context: Effective March 11, 2026, maximum TLS certificate lifetimes are 200 days. Apple has proposed reductions toward 47 days, with CA/B Forum approval already obtained.
- 100 certificates = ~183 renewal events/year
- Manual renewal creates outage risk
- Ops teams already under pressure
- 100 certificates = ~777 renewal events/year
- Manual management becomes impossible
- ACME is the only viable approach at scale
SSL.com supports ACME today. Configure once — renew automatically for the life of your infrastructure.
Key capabilities
Automated issuance & renewal
ACME clients request and renew certificates automatically — no portal interaction, no human intervention.
HTTP-01 & DNS-01 challenges
Domain validation via file (HTTP-01) or DNS TXT record (DNS-01). DNS-01 required for wildcards.
No rate limits
SSL.com imposes no issuance rate limits on ACME — scale to your needs without throttling.
Multi-domain & wildcard support
ACME orders can include multiple SANs and wildcard domains — issue and renew automatically.
Supported ACME clients
Certbot
ACME.sh
win-acme
Caddy & Traefik
cert-manager (K8s)
How to get started
Create an SSL.com account
Register at ssl.com — free, no payment required until certificate issuance.
Generate ACME credentials
Create ACME account credentials in your SSL.com dashboard.
Configure your ACME client
Set SSL.com as the CA in your ACME client (Certbot, ACME.sh, win-acme, Caddy, etc.).
Issue your first certificate
Run your ACME client — it will request, validate, and receive a certificate automatically.
Schedule renewals
Configure your ACME client to run automatically (cron or systemd) — renewal happens without intervention.
ACME directory URL: https://acme.ssl.com/sslcom-dv/directory (DV) — see full documentation for OV configurations.
Challenge types
ACME client places a token file at a well-known URL on your server.
Use when: Server is publicly accessible on port 80. Works for single-domain and SAN certs. Not available for wildcards.
ACME client creates a TXT record at _acme-challenge.yourdomain.com.
Use when: DNS provider supports programmatic updates. Required for wildcards. Works without HTTP server access.
Frequently asked questions
Related products & capabilities
SSL Manager
GUI-based alternative for Windows environments — complement for teams that want both.