For twenty years a certificate was a once-a-year chore. Since March 2026 it is a five-times-a-year chore, and by 2029 it will be every six weeks. Automation does the renewing; monitoring catches the times it does not.
Public TLS certificates issued since 15 March 2026 are limited to 200 days' validity; the limit falls to 100 days in March 2027 and 47 days in March 2029, under the CA/Browser Forum ballot adopted in April 2025. That makes automated renewal mandatory in practice — and automated renewal fails silently more often than people expect: a DNS change breaks validation, a rate limit is hit, an ACME client is left on a decommissioned server, a wildcard's DNS token stops working. The user then sees a full-page browser warning, and the site is effectively down while every uptime check reports success on the redirect. Expiry monitoring — a daily check of days remaining on every certificate you own or manage, alerting at 14, 7 and 3 days — is the control that closes the gap.
| Before March 2026 | 398 days maximum (since 2020) |
|---|---|
| From 15 March 2026 | 200 days maximum validity; domain validation reuse cut to 200 days |
| From 15 March 2027 | 100 days maximum; validation reuse 100 days |
| From 15 March 2029 | 47 days maximum; validation reuse 10 days |
The stated reasons are sound — revocation does not work well at internet scale, and a short-lived certificate limits how long a compromised key is useful — but the operational effect for a small team or an agency with forty client sites is that certificate renewal has moved from "annual task" to "continuous process", and continuous processes need monitoring. Facts checked 11 September 2026.
A full-page browser interstitial — "Your connection is not private", a red warning, a button most people will not click. For an e-commerce site it is a 100% conversion drop. For a SaaS login it is a support queue. For an API it is every client's TLS handshake failing with an error that looks, from their side, like your service refusing connections. Meanwhile a basic uptime check that follows the HTTP redirect and does not validate the chain may keep reporting "up" — one more case of the application being up while users see errors.
In every case the renewal log says something went wrong, and nobody reads renewal logs. Logs are records, not lookouts.
Alerts go to a named owner, once, with the hostname and the expiry date. Fourteen days is enough to fix DNS; three days is the last call. One of the ten issues monitoring should detect without a human.
The hard part is not checking a certificate; it is knowing which certificates exist. Agencies and small teams accumulate hostnames — client sites, redirect domains, staging, APIs, the marketing site's old subdomain — and each one has a certificate on a schedule. Keep the list where the monitoring is: every asset registered, each with an owner and the renewal method. When a site is registered for uptime monitoring, its certificate is monitored with it, and the inventory maintains itself. Per-client monitoring for agencies covers the structure.
| Maximum validity | 200 days (since 15 Mar 2026) → 100 days (Mar 2027) → 47 days (Mar 2029) |
|---|---|
| User impact of expiry | Full-page browser warning; site effectively down |
| Why renewal fails | DNS change, dead ACME client, rate limits, rotated API keys, issued-but-not-deployed, no owner |
| Check | Daily, outside-in, on the served certificate, every hostname |
| Alert thresholds | 14, 7 and 3 days remaining; one alert to a named owner |
| Also check | Chain validity, hostname match, that renewal actually happened |
Public TLS certificates issued from 15 March 2026 are limited to 200 days. Under the CA/Browser Forum schedule adopted in April 2025, the maximum drops to 100 days from March 2027 and to 47 days from March 2029. Certificates issued before March 2026 keep their original validity of up to 398 days.
Because revocation does not work reliably at internet scale, so a compromised or mis-issued certificate stays trusted until it expires. Shorter lifetimes limit that window and force renewal to be automated rather than manual. The operational consequence is that renewal becomes continuous and needs monitoring.
Browsers show a full-page warning that the connection is not private and most visitors leave; API clients fail their TLS handshake and see connection errors. The site is effectively down. Uptime checks that do not validate the certificate chain may continue to report the site as up.
The common causes are a DNS change that broke validation, an ACME client still running on a server the site no longer uses, a hit rate limit from a looping script, a rotated API key for DNS-01 validation, or a certificate that was issued but never deployed to the CDN or load balancer. The renewal log records the failure; nobody reads renewal logs, which is why external expiry monitoring exists.
At 14 days, 7 days and 3 days remaining, to a named owner. Fourteen days is enough to fix a DNS or configuration problem; three days is the final call. With 47-day certificates, also alert when a renewal that should have happened at around day 17 did not.
Register every hostname you own or manage — including client sites, staging and API subdomains — in one place with an owner, and check the served certificate daily from the outside. The inventory is the hard part; tying the certificate check to the same registration used for uptime monitoring keeps the list maintained.
Every website, web app or API registered in Merik's Digital Operations module gets a daily SSL certificate expiry check alongside its availability and response-time checks, from the outside, on the certificate actually being served. Days remaining are visible per asset; an approaching expiry raises a warning to the asset's owner, once, by email or Slack. Because assets are registered per client, the inventory problem solves itself — the client site you registered for uptime is the client site whose certificate is being watched.
Certificate status is a standing section of the monthly per-client SLA report, so a renewal that went smoothly is visible to the client as a delivered service rather than an absence of complaints. See the Digital Operations module.