TLS Hits 200-Day Max Today, 47 Days by 2029 — Build the Automation and Then Monitor the Automation
The Compression Schedule Is Now Locked In
As of March 15, 2026, TLS certificate maximum validity is 200 days. DigiCert preemptively moved to 199-day max on February 24. This is phase one of the CA/Browser Forum's aggressive schedule: 100 days by March 2027 and 47 days by March 2029. The 47-day endstate means roughly 8 renewals per cert per year.
If you manage 500 certificates manually today, you'll be doing 4,000 renewal operations annually within three years. The math doesn't work without automation.
ACME (RFC 8555) is the de facto standard — cert-manager for Kubernetes, certbot for traditional infrastructure, or your CA's native ACME endpoint. If you haven't started, the migration path is clear. If you have automation, the harder question is next.
Your Automation Pipeline Is Now Critical Infrastructure
Here's the trade-off nobody is talking about: automation dependency means your cert renewal pipeline is now load-bearing infrastructure. If your ACME client goes down or your DNS challenge provisioner fails, you have 47 days before certs start expiring — but in practice much less, since you want renewal at the 2/3 mark (~31 days). That's a month of runway before cascading outages begin.
Build monitoring and alerting around the automation itself, not just around cert expiry. Track: ACME client health, DNS challenge success rate, CA endpoint availability, and renewal success/failure rates. Your renewal pipeline needs an SLA, an on-call rotation, and incident response procedures.
PQC Migration Rides the Same Wave
The strategic angle: shorter certificate lifetimes mean faster ecosystem-wide migration when post-quantum algorithms are mandated, because no long-lived certs remain trusted. ML-KEM public keys are 800–1,568 bytes depending on security level, versus ~32 bytes for ECDH — when you're doing mTLS at scale, that's not negligible. Prototype hybrid classical+PQC TLS termination on your highest-risk paths now.
The practical migration path: (1) inventory everything that does crypto — load balancers, CDN edges, service mesh sidecars, database TLS, cert managers, HSMs; (2) classify by data sensitivity and confidentiality timeframe; (3) prototype hybrid PQC on paths handling data with >5-year confidentiality requirements.
Other Security Items Demanding Action This Week
HPE Aruba AOS-CX (CVE-2026-23813, CVSS 9.8): unauthenticated remote admin password reset on network switches, combined with three command injection flaws. Affected: anything below 10.10.1180, 10.13.1161, 10.16.1030, 10.17.1001. If your management plane is reachable from anything but OOB, patch now.
Palo Alto Cortex XDR agents 8.7/8.8 had a hardcoded global whitelist exempting any process with :\Windows\ccmcache in its command line from ~50% of BIOC detections — including LSASS dump prevention. An attacker just includes this string to become invisible to half the EDR. Verify agents are at version 9.1+ with content version 2160+.
What to do
Run a complete TLS certificate inventory this week — map every cert, its issuer, expiry, and whether renewal is ACME-automated
Implement ACME-based automated renewal and build monitoring around the automation pipeline itself (ACME client health, DNS challenge success rate, renewal success/failure)
Patch HPE Aruba AOS-CX switches to 10.10.1180+ or restrict management interfaces to OOB VLAN within 24 hours
Verify Cortex XDR agents are at v9.1+ / content version 2160+ and deploy compensating controls (Credential Guard, Sysmon) if not
Prototype hybrid classical+PQC TLS termination in a non-production environment using ML-KEM for paths with >5-year confidentiality requirements