Executive summary: Browser root programs are cutting TLS (Transport Layer Security) certificate lifetimes from 100 days down to 47 days by 2029, and the domain validation window that supports issuance is shrinking just as fast. Add post-quantum cryptography into the mix and certificate management stops being a quarterly task and becomes something you run continuously. Manual renewal processes won't survive that shift. Automated, monitored issuance will.
Key takeaways:
- TLS certificate lifetimes drop to 64 days by 2027 and 45 days by February 2028, pushing most organizations from four renewals a year to roughly 12 or 13, per certificate.
- Domain control authorization reuse windows shrink from 30 days today to as little as 7 hours, so issuance workflows can't assume old validations still hold.
- Post-quantum cryptography (PQC) migration targets run from 2029 for Google to 2033 for US national security systems, and it touches certificate formats, not just key exchange.
- Certificate inventory gaps, especially private, internal, and third-party certificates, get more dangerous as lifetimes shrink because unknown certificates fail faster.
Why certificate lifetimes are shrinking
Certificate lifetimes for the TLS certificates securing your websites, APIs, internal services, and third-party integrations are about to get a lot shorter, and the renewal frequency that comes with them is about to get a lot higher.
Browser root programs are cutting how long a certificate stays trusted after issuance. Matthew McPherrin, technical lead of Let's Encrypt's site reliability engineering (SRE) team, laid out the shift on a recent Red Sift webinar hosted by Billy McDiarmid, VP of Customer Engineering. He put the direction of travel plainly: the industry is heading toward certificates measured in weeks, not months.
The published timeline looks like this:
- February 2027: 64-day certificates
- February 2028: 45-day certificates
- March 2029: industry-wide cap of 47 days, under CA/Browser Forum Ballot SC-081v3
Most organizations run on 90-day certificates today, renewed about four times a year. At 47 days, that becomes 12 to 13 renewal cycles a year, per certificate. Twice the renewals means twice the chances for a failed renewal to slip past unnoticed, with a much tighter window to catch it before something breaks.
The security case for shorter lifetimes
Shorter lifetimes read like extra operational work, and they are. But the security logic behind them holds up.
McPherrin pointed to two concrete benefits. A compromised certificate is only useful to an attacker for as long as it's valid, so a shorter lifetime shrinks that window regardless of when anyone notices the compromise. Revocation also gets simpler. Certificate revocation lists (CRLs) balloon during incidents, and shorter-lived certificates mean less reliance on long-lived revocation data sitting around.
Revocation itself tends to be the hard part operationally. It involves coordination across teams, customer notification, and manual replacement work. Shorter lifetimes cut down how long that response cycle has to run.
Authorization reuse is tightening too
Domain control validation, the proof that you actually own a domain before a certificate authority (CA) will issue you a certificate for it, is also getting a shorter shelf life.
Most CAs today let you reuse a validated authorization for up to 30 days. That window is set to drop to 10 days, and eventually as low as 7 hours.
If your issuance process leans on long-lived assumptions, a manual approval step, a credential nobody checks often, a renewal job that only runs quarterly, this is where it breaks first. Automation needs to revalidate on its own when reuse expires. It can't wait for someone to notice the failure.
Automation stops being optional
The advice that keeps coming up across the industry: automate issuance and renewal using standard protocols so certificates get replaced without anyone touching a keyboard.
Automation still fails sometimes. Credentials expire, APIs misbehave, pipelines break. The fix for that isn't a person checking a spreadsheet once a quarter. It's monitoring, retry logic, and visibility into the full renewal path from issuance through reload.
What that looks like in practice:
- Automate issuance and renewal through ACME (Automated Certificate Management Environment), the protocol most major certificate authorities support.
- Monitor renewal success continuously, not just certificate expiry dates.
- Test the entire chain end to end: issuance, renewal, distribution, and service reload.
- Avoid workflows that depend on long-lived authorization assumptions.
- Pilot shorter-lifetime profiles in test environments before the deadlines hit production.
ACME is evolving to keep up
ACME already cuts vendor lock-in, since most major CAs support the same protocol and your tooling doesn't need to change if you switch providers. A few extensions to it are worth watching.
ACME profiles let clients opt into shorter certificate lifetimes ahead of the enforced deadline. That gives larger organizations room to test the 45-day transition before it becomes mandatory.
Renewal Info is meant to make CA-side revocation less of a fire drill, giving clients a way to learn the correct remediation path automatically instead of someone scrambling to work out what broke.
Short-lived certificates, including a six-day option under opt-in mechanisms, push the automation requirement even further. McPherrin's caution here is a practical one: this only works if your monitoring is already tuned, since there's no room left for a slow manual fallback.
New validation methods are also in development to make DNS-based domain validation easier to adopt for organizations whose infrastructure doesn't fit the current challenge types.
Most companies don't know what certificates they actually have
Automated renewal solves nothing if you don't know what you're renewing. Most visibility efforts stop at the public-facing certificates that one or two teams actively manage. The reality is bigger than that:
- Private and internal certificates
- Certificates in shadow IT environments
- Third-party certificates embedded in SaaS tools and integrations
- Certificates on decommissioned services nobody cleaned up
- Certificates tied to CDNs or external platforms
- Inventory drift after mergers and acquisitions
A certificate inventory is the complete, current list of every certificate across your estate, including where it's installed, which CA issued it, when it expires, and which systems present or trust it. As lifetimes shrink, unknown certificates fail faster, and the blast radius from a missed renewal grows with them.
Post-quantum cryptography changes the math again
Shorter lifetimes are the near-term problem. Post-quantum cryptography (PQC) is the longer one, and it cuts across browser trust, certificate formats, CA signing algorithms, and device support timelines all at once.
Migration targets vary by sector. Google is targeting 2029. US national security systems are working toward 2030 and 2033. NIST and government-aligned programs are driving the standards behind both.
PQC isn't a single switch you flip. Post-quantum signatures tend to run larger than the ones in use today, and larger signatures mean more bandwidth and slower TLS handshakes at scale. One proposed fix, Merkle Tree Certificates, batches signature validation data and distributes it to browsers out of band instead of attaching a full signature to every TLS handshake. It only pays off once browsers and clients support it.
Key exchange upgrades can happen now
PQC migration isn't only about certificates. Key exchange, the part of TLS that negotiates a shared secret for the session, matters just as much because of a threat model known as harvest now, decrypt later: an attacker captures encrypted traffic today and waits for quantum computing to make decrypting it possible later.
McPherrin's advice here is easier to act on than the certificate side: run TLS 1.3, and turn on hybrid post-quantum key exchange wherever your infrastructure supports it. It carries lower risk than a full certificate migration because it's more likely to be backward compatible and doesn't require changing certificate formats.
IoT devices need their own plan
Constrained devices don't map cleanly onto a standard Web PKI (public key infrastructure) plan. Battery limits, low bandwidth, and thin update mechanisms mean IoT deployments will likely end up with more algorithm diversity than servers and browsers ever do. Some devices can support Merkle-tree-based approaches. Others will need different signature strategies with different bandwidth trade-offs. Whatever you plan for your web infrastructure, check it against device lifecycles before assuming it applies to IoT.
Sequence the work, don't do it all at once
Trying to fix certificate lifetimes, ACME automation, inventory gaps, and PQC readiness in the same quarter is how you end up with unplanned downtime. Break the work into pieces you can test safely:
- Pilot shorter-lifetime profiles in a test environment.
- Harden renewal monitoring and the deployment and reload workflow around it.
- Build complete certificate inventory coverage, including the internal and third-party certificates most teams miss first.
- Turn on TLS 1.3 and hybrid post-quantum key exchange wherever it's supported.
- Plan PQC certificate readiness against realistic browser and device support timelines, not the earliest possible date.
What to do this quarter
Certificate management is moving from something you check once a quarter to something you run continuously. As McPherrin put it, expect the Web PKI to have less and less patience for anyone still doing this by hand.
That doesn't mean buying more tools. It means knowing what certificates you actually have, automating how they renew, and watching the whole path closely enough to catch a failure before a customer does.
If you're still tracking certificates in a spreadsheet, Red Sift's Certificate Essentials provides complete certificate transparency and real-time monitoring so nothing is missed. It covers DNS inspection, TLS security posture, and dedicated PQC readiness tracking, with space to grow for the changes ahead. For hands-on help getting ACME automation running, Let's Encrypt's getting started guide is a solid place to begin testing.
You can also watch the full webinar on demand for the complete Q&A, including IoT device constraints and how post-quantum certificates will work through ACME.
Jack leads content, PR, GEO, and email security research at Red Sift.




