Skip to content

47-Day Certificates Are Coming. Are You Ready?

Act Now →

How Mismanaged Certificates Put Your Infrastructure at Risk

Certificate Mismanagement

Mismanaged certificates are digital certificates that go unmonitored, unrenewed, or improperly governed, expired credentials, weak or shadow certificates, and unrevoked compromised keys, that silently accumulate until an expiration causes an outage, an audit uncovers an untracked estate, or a compromised private key becomes the entry point for a breach. Digital certificates are the silent workhorses of enterprise security. They authenticate servers, encrypt traffic, validate identities, sign code, and establish the trust that holds modern infrastructure together. And yet, for most organizations, they remain invisible until the moment one of them fails.

That moment is rarely quiet. An expired certificate can take down a payment gateway during peak hours, lock employees out of internal applications, break API integrations between critical systems, or silently disable the encryption protecting sensitive data. The certificate did its job perfectly right up until it didn’t, and by then the damage is already spreading.

Certificate mismanagement is one of the most underestimated risks in enterprise IT. It does not announce itself the way a ransomware attack or a phishing campaign does. It accumulates quietly, in the gap between how many certificates an organization thinks it has and how many it actually has. This blog will help you learn how that gap forms, the specific ways mismanaged certificates expose your infrastructure, and what a disciplined approach to certificate lifecycle management looks like.

Jump to: Executive Summary | Quick Checklist | Owner and Action Matrix | Real-World Incidents | Risk Matrix | What to Do Next

Executive Summary

Certificate mismanagement is not a single failure mode; it is five distinct categories of risk, unplanned outages, weak cryptography, shadow certificates, compliance failures, and delayed incident response, that all stem from the same root cause: not knowing what certificates you actually have. DigiCert’s Trust Pulse Survey found that 45% of organizations experienced certificate-related downtime in the past year, and 37.5% traced an outage to an expired certificate. Real incidents bear this out: an expired Ericsson certificate disrupted mobile service for tens of millions of O2 and SoftBank customers in December 2018, and a 19-month-expired certificate delayed Equifax’s detection of its 2017 breach, according to a U.S. House Oversight Committee report. Meanwhile, the CA/Browser Forum’s Ballot SC-081v3, approved April 11, 2025, is phasing maximum public TLS certificate validity down to 47 days by March 2029, multiplying the operational burden that manual certificate tracking already cannot sustain. This guide maps the specific risks, walks through real incidents, and gives PKI, security, platform, and compliance teams a concrete checklist and risk matrix for closing the gap.

Quick Certificate Risk Mitigation Checklist

Use this checklist to gauge how exposed your organization is to certificate mismanagement risk.

  • Confirm you have a single, continuously updated inventory of every certificate across on-prem, cloud, and hybrid environments.
  • Confirm every certificate has a named, accountable owner on record.
  • Confirm renewal, issuance, and revocation are automated and policy-driven rather than manual.
  • Confirm your team can answer, in minutes, where a given certificate is deployed and what depends on it.
  • Confirm your team has modeled what the 47-day TLS certificates schedule does to renewal volume across your estate.

Owner and Action Matrix by Team

Certificate mismanagement fails most often when responsibility for discovery, issuance, and audit is unclear. Here is how PKI, security, platform, and compliance teams should divide ownership.

TeamPrimary ResponsibilityKey Action
PKI TeamOwn certificate issuance policy and governanceRoute all certificate requests through governed workflows to eliminate shadow issuance
Security TeamOwn cryptographic risk and incident responseMaintain certificate discovery coverage and confirm rapid revocation is possible for any compromised key
Platform and DevOps TeamOwn automated renewal and monitoringAutomate issuance, renewal, and expiration alerting so no certificate relies on manual tracking
Compliance TeamOwn audit evidence for the certificate estateMaintain a documented, auditable inventory that satisfies PCI-DSS, HIPAA, and NIST requirements

Why Certificates Become a Blind Spot

A decade ago, an enterprise might have managed a few hundred certificates. Today, that same enterprise can easily be running tens or hundreds of thousands. The drivers are everywhere: microservices that each need their own identity, containerized workloads that spin up and tear down in minutes, service meshes encrypting internal traffic, IoT fleets, DevOps pipelines, multi-cloud deployments, and the steady shrinking of certificate validity periods.

The maximum lifespan of public TLS certificates has been reducing as per regulations, and the industry is moving toward dramatically shorter validity windows. Shorter lifespans are good for security, because a compromised certificate stays dangerous for less time, but they multiply the operational burden. A certificate that once needed renewal every two years may soon need renewal every month or more frequently. Multiply that by a large certificate environment, and manual renewal becomes mathematically impossible to sustain.

This is how certificates become a blind spot as the volume outgrows the tools. Organizations that still track certificates in spreadsheets, scattered scripts, or the memory of one or two veteran engineers are managing a fraction of what they actually own. The rest are unmonitored, untracked, and quietly counting down to expiration.

The Specific Risks of Mismanaged Certificates

Certificate mismanagement does not produce a single failure mode, but opens several distinct categories of risk, each capable of causing serious harm on its own.

1. Unplanned Outages

When a certificate protecting a production service expires without warning, the service stops trusting connections and traffic grinds to a halt. These outages are especially damaging because they often strike systems no one was actively watching, which means longer detection times and longer recovery.

Some of the most publicized outages in recent history, affecting telecom networks, cloud platforms, and major consumer services, traced back to a single expired certificate. The financial impact compounds quickly through lost revenue, emergency response costs, and the productivity drain of teams scrambling to identify which certificate failed and where.

The data confirms this is widespread, not anecdotal. DigiCert’s Trust Pulse Survey, published July 2, 2025, found that 45% of organizations experienced certificate-related downtime in the past year, and 37.5% traced an outage specifically to an expired certificate. Source: digicert.com/news/digicert-survey-finds-manual-processes-expose-organizations. ITIC’s 2024 Hourly Cost of Downtime report found that the average cost of a single hour of downtime now exceeds $300,000 for more than 90% of mid-size and large enterprises, which is the real cost behind a single missed renewal. Source: itic-corp.com/itic-2024-hourly-cost-of-downtime-report.

2. Security Vulnerabilities and Weak Cryptography

Mismanagement is not only about expiration. An unmanaged certificate estate accumulates cryptographic debt. Certificates using deprecated algorithms like SHA-1, undersized keys like RSA-1024, or weak signature schemes linger in the environment because no one has visibility into where they live. Each one is a weak link that an attacker can target.

Also, untracked certificates often have poorly protected private keys. A private key stored in a config file, hardcoded into an application, or copied across servers for convenience is a serious exposure. If an attacker obtains that key, they can impersonate your services, decrypt traffic, or sign malicious payloads that your systems will trust without question.

3. Rogue, Shadow, and Unauthorized Certificates

When certificate issuance is not governed centrally, anyone with sufficient access can request or self-sign certificates. This creates shadow PKI, that is, certificates issued outside any policy, often by internal teams trying to move fast. These certificates may not meet security standards, may never be inventoried, and may never be revoked when the underlying system is decommissioned.

Shadow certificates are dangerous precisely because security teams do not know they exist. They cannot be monitored, rotated, or revoked, and they represent unmanaged trust relationships embedded throughout the infrastructure.

4. Compliance and Audit Failures

Regulatory frameworks across finance, healthcare, government, and critical infrastructure increasingly require organizations to demonstrate control over their cryptographic assets. Standards tied to PCI-DSS, HIPAA, NIST guidance, and others expect documented certificate inventories, enforced key lengths, defined ownership, and auditable issuance and revocation processes.

An organization that cannot produce an accurate certificate inventory cannot pass these audits cleanly. Mismanagement turns into compliance findings, which turn into remediation costs, delayed deals, and in regulated industries, potential penalties.

5. Compromised Trust and Delayed Incident Response

When a certificate or its private key is compromised, the response must be immediate: revoke the certificate, issue a replacement, and rotate the affected key. But you can only revoke what you can find. Organizations without centralized visibility often cannot answer basic questions during an incident, such as where a given certificate is deployed, what depends on it, or whether other systems share the same compromised key.

This turns what should be a contained, surgical response into a slow, uncertain investigation, extending the window during which attackers can exploit the compromised trust.

Real-World Incidents: When Mismanaged Certificates Caused Outages

These are not hypothetical risks. Certificate mismanagement has caused some of the most disruptive and well-documented outages and breaches in recent history.

Ericsson Certificate Failure Disrupts O2 and SoftBank Networks (December 2018)

On December 6, 2018, an expired software certificate inside Ericsson’s network equipment caused a node failure that took down mobile data service for roughly 32 million O2 customers in the UK and tens of millions of SoftBank customers in Japan. O2’s network was substantially restored within about 24 hours; SoftBank’s outage lasted several hours. The root cause traced to a single expired certificate that Ericsson had failed to renew across the affected software versions. Source: techradar.com/news/o2-network-outage-over-as-uk-4g-restored.

Expired Certificate Delayed Equifax Breach Detection (2017)

A December 2018 U.S. House Oversight Committee report found that a security device Equifax used to inspect encrypted network traffic had been inactive for 19 months because its digital certificate had expired. Once that certificate was renewed on July 29, 2017, administrators immediately spotted the intrusion that led to Equifax’s 2017 data breach, one of the largest consumer data breaches in history. The expired certificate did not cause the breach, but it removed visibility into encrypted traffic for over a year and a half, delaying detection. Source: oversight.house.gov/report/committee-releases-report-revealing-new-information-on-equifax-data-breach.

Microsoft Teams Global Outage (February 2020)

On February 3, 2020, Microsoft Teams suffered a multi-hour global outage after Microsoft failed to renew an authentication certificate, locking out a large share of its then roughly 20 million daily active users right at the start of the work week. Microsoft acknowledged the issue and deployed a fix within about an hour, though full resolution took longer for some users. Source: geekwire.com/2020/microsofts-slack-competitor-teams-due-expired-authentication-certificate.

Risk Matrix: Cause, Impact, Detection, Mitigation, and Ownership

The table below maps each of the five risk categories above to its root cause, business impact, how it is typically detected, how to mitigate it, who should own it, and the evidence source behind the claim.

Risk CategoryCauseBusiness ImpactDetection MethodMitigationOwnerEvidence Source
Unplanned OutagesCertificate expires without renewal because no automated alerting or ownership existsService downtime; DigiCert found 45% of organizations hit certificate-related downtime, and ITIC puts the average cost of one hour of downtime above $300,000 for most mid-size and large enterprisesMonitoring dashboards, synthetic uptime checks, and customer-reported outagesAutomated renewal and expiration alerting tied to a single certificate inventoryPlatform and DevOps TeamDigiCert Trust Pulse Survey (Jul 2, 2025); ITIC 2024 Hourly Cost of Downtime report; Ericsson/O2/SoftBank incident (Dec 2018)
Security Vulnerabilities and Weak CryptographyOutdated key lengths, deprecated algorithms, or certificates issued outside policyIncreased breach and man-in-the-middle exposure; growing remediation backlog as the 47-day validity schedule multiplies certificate volumeCryptographic discovery scans and policy-compliance auditsEnforce minimum key strength and approved-algorithm policy at issuance; automate reissuanceSecurity TeamCA/Browser Forum Ballot SC-081v3 (approved Apr 11, 2025)
Rogue, Shadow, and Unauthorized CertificatesTeams or individuals issue certificates outside governed workflowsUntracked attack surface; certificates that fail audits or get used maliciouslyContinuous discovery scanning across cloud, on-prem, and hybrid environmentsRoute all issuance through a governed workflow; reconcile discovery results against the inventory of recordPKI TeamInternal discovery/inventory reconciliation
Compliance and Audit FailuresNo documented, auditable inventory or ownership trail for the certificate estateFailed PCI-DSS, HIPAA, or NIST audits; regulatory findings and remediation deadlinesInternal and third-party compliance auditsMaintain a continuously updated, documented inventory with ownership and issuance historyCompliance TeamPCI-DSS, HIPAA, and NIST audit requirements
Compromised Trust and Delayed Incident ResponseExpired or unmonitored certificates on security inspection tools blind detection systemsBreach dwell time extends for months; Equifax’s traffic-inspection device was inactive for 19 months due to an expired certificateCertificate-status checks on all security and inspection infrastructure, not just customer-facing systemsInclude internal security tooling in the same discovery and renewal automation as public-facing certificatesSecurity TeamU.S. House Oversight Committee report on the Equifax breach (Dec 2018)

Internal PKI: The Risk Hiding Inside the Perimeter

Much of the attention on certificates focuses on public-facing TLS, but a large share of the risk lives inside the network. Internal PKI issues the certificates that authenticate devices onto VPNs and Wi-Fi, secure machine-to-machine communication, sign internal code, encrypt email, and establish identity for IoT and operational technology.

These internal certificates are easy to neglect precisely because they are not customer-facing. Yet when an internal certificate expires or is compromised, the consequences ripple through authentication systems, internal services, and device connectivity. A poorly run internal PKI, with no clear ownership, inconsistent policies, and no automated lifecycle management, is one of the most common and most overlooked sources of certificate risk in the enterprise.

Certificate Management

Prevent certificate outages, streamline IT operations, and achieve agility with our certificate management solution.

What Good Certificate Management Actually Looks Like

The solution to certificate mismanagement is not unsustainable manual effort. It is a disciplined, automated, and centralized approach to the entire certificate lifecycle. Several principles define what that looks like in practice.

Complete visibility through discovery. The foundation of any certificate management program is continuous discovery that finds every certificate across on-prem, cloud, and hybrid environments, including the ones no one remembers deploying. Discovery must be ongoing, not a one-time scan, because the environment is constantly changing.

Centralized inventory and ownership. Every certificate should live in a single source of truth that records its issuer, expiration, key strength, location, and responsible owner because clear ownership ensures that no certificate falls into the gap between teams.

Automated lifecycle management. Issuance, renewal, and revocation should be automated and policy-driven. Automation removes the human error and missed deadlines that cause the overwhelming majority of certificate outages, and it is the only way to keep pace with shrinking validity periods.

Policy enforcement and governance. A strong program enforces consistent standards on key lengths, approved algorithms, trusted issuers, and validity periods. It prevents shadow issuance by routing all certificate requests through governed workflows.

Proactive monitoring and alerting. Expirations should never be a surprise. The system should surface upcoming renewals well in advance and alert the right owners before anything reaches a critical state.

Crypto-agility for the future. With shorter certificate lifespans and post-quantum cryptography on the horizon, infrastructure must be able to rotate algorithms and reissue certificates at scale without manual rework. Building this agility now avoids a painful scramble later.

How Encryption Consulting Can Help

At Encryption Consulting, we help organizations close the gap between the certificates they think they have and the ones they actually own, turning certificate management from a recurring fire drill into a controlled, automated discipline.

CertSecure Manager is our certificate lifecycle management solution, built to address every risk described in this blog. It provides continuous discovery across cloud, on-prem, and hybrid environments, a centralized inventory with clear ownership, and fully automated issuance, renewal, and revocation. By eliminating manual renewals and surfacing expirations well in advance, CertSecure Manager directly removes the leading cause of certificate-related outages, while enforcing consistent policy on key strength, algorithms, and trusted issuers to shut down shadow certificate sprawl.

CBOM Secure extends visibility beyond certificates to your entire cryptographic landscape. It discovers and inventories the algorithms, keys, and protocols in use across your environment, helping you identify weak cryptography, prioritize remediation, and build the crypto agility needed for shorter certificate lifespans and the eventual transition to post-quantum algorithms. Our CBOM: from inventory to intelligence post walks through how that cryptographic inventory turns into an actionable remediation plan.

Certificate automation and crypto agility are only half the picture once post-quantum cryptography enters the timeline. Our PQC Center of Excellence centralizes research, tooling, and guidance for the migration ahead, and our PQC readiness assessment tells you exactly where your certificate and cryptographic estate stands today against that transition, so crypto agility is built in before the 47-day certificate schedule and post-quantum deadlines converge.

For organizations that want a modern certificate authority without the burden of running one in-house, PKI-as-a-Service delivers a fully managed, scalable PKI with strong governance built in. And HSM-as-a-Service ensures the private keys behind your certificates are protected with high-assurance hardware-grade key isolation, closing one of the most dangerous exposure points in any certificate estate.

On the advisory side, our PKI Services team helps design, build, and modernize enterprise and Microsoft PKI environments with proper hierarchy, policy, and ownership from the ground up. Our Encryption Advisory Services provide strategic guidance on building a resilient certificate and key management program, and our Compliance Advisory Services ensure your certificate practices stand up to PCI-DSS, HIPAA, NIST, and other regulatory requirements.

Whether you are recovering from a recent outage, preparing for an audit, or proactively building a mature certificate management program, Encryption Consulting has the products and expertise to help. Get in touch to assess your certificate risk and build a path to resilience.

What to Do Next

Closing the certificate mismanagement gap is a cross-team effort. Here is where each team should start.

  • PKI Team: Audit current issuance workflows for shadow paths and route every request through a governed process; confirm the certificate discovery scope covers cloud, on-prem, and hybrid environments equally.
  • Security Team: Verify that internal security and inspection tooling, not just customer-facing services, is included in certificate monitoring, and confirm rapid revocation is possible for any compromised key.
  • Platform and DevOps Team: Move issuance, renewal, and expiration alerting onto certificate automation now, ahead of the 47-day TLS certificates schedule, rather than waiting for validity periods to force the change.
  • Compliance Team: Confirm the certificate inventory produces auditable evidence, ownership records, and issuance history sufficient to satisfy PCI-DSS, HIPAA, and NIST requirements on demand.

Conclusion

Mismanaged certificates are a risk because they are invisible. They do not give alerts or show up on threat dashboards. They accumulate quietly in the spaces between teams and tools, until an expiration takes down a critical service, an audit uncovers an untracked estate, or a compromised private key becomes the entry point for a breach.

The organizations that treat certificates as an afterthought will keep paying for it in outages, failed audits, and emergency response. The ones that invest in visibility, automation, and governance turn certificates back into what they were always meant to be: a quiet, reliable foundation of trust rather than a hidden source of risk.

The certificates running your infrastructure are counting down right now. The only question is whether you are watching them or waiting to find out the hard way.

What Is the Main Takeaway from How Mismanaged Certificates Put Your Infrastructure at Risk? Certificate mismanagement is not one failure mode but five: unplanned outages, weak cryptography, shadow certificates, compliance failures, and delayed incident response. All five trace back to the same root cause, not knowing what certificates you actually have, and all five are preventable with continuous discovery, clear ownership, and automated lifecycle management.

Why Does This Matter for Enterprise Certificate Lifecycle Management? Every certificate that expires unexpectedly, gets issued outside policy, or goes unmonitored is a direct path to downtime, a security gap, or a compliance finding. DigiCert’s Trust Pulse Survey found that 45% of organizations experienced certificate-related downtime in the past year, and with public TLS certificate validity shrinking to 47 days by March 2029, the operational burden of manual tracking will only grow.

What Teams Are Responsible for Acting on This Guidance? Four teams share ownership: the PKI team, which governs issuance policy; the security team, which owns cryptographic risk and incident response; the platform and DevOps team, which owns automated renewal and monitoring; and the compliance team, which maintains auditable evidence of the certificate estate. The owner and action matrix in this post details each team’s specific responsibilities.

What Risks Increase If This Topic Is Handled Manually? Manual certificate handling raises the odds of missed renewals leading to outages, inconsistent key strength and algorithm choices creating security gaps, ungoverned issuance producing shadow certificates, and incomplete records failing compliance audits. It also slows incident response, since expired certificates on internal security tooling can blind detection systems for months, as happened in Equifax’s 2017 breach.

How Does Automation Reduce Certificate Outage Risk? Automation removes the human error and missed deadlines that cause the overwhelming majority of certificate outages by handling issuance, renewal, and revocation on a policy-driven schedule and surfacing upcoming expirations well before they become critical. It is also the only practical way to keep pace with shrinking validity periods, since the volume of renewals required under a 47-day schedule is not sustainable manually.

What Metrics Should Teams Track After Implementation? Track certificate inventory completeness (percentage of the estate under active discovery), time-to-renewal against expiration, the number of certificates without a named owner, shadow or unauthorized certificates found per discovery scan, and audit findings related to certificate governance. A downward trend across these metrics is the clearest sign the program is working.

How Does This Connect to 47-Day TLS Certificate Readiness? The CA/Browser Forum’s Ballot SC-081v3, approved April 11, 2025, phases maximum public TLS certificate validity down to 200 days in March 2026, 100 days in March 2027, and 47 days by March 2029. Every risk in this post, outages, shadow certificates, compliance gaps, gets worse as renewal frequency increases, which makes automated certificate lifecycle management a prerequisite for 47-day readiness rather than a nice-to-have.

How Should This Be Handled in Multi-Cloud or Hybrid PKI Environments? Multi-cloud and hybrid environments need a single, continuously updated certificate inventory that spans every cloud provider, on-prem system, and hybrid connection point, since fragmented visibility is exactly how shadow certificates and untracked expirations accumulate. Centralized discovery and policy enforcement across all environments, rather than per-cloud point solutions, keeps ownership and automation consistent regardless of where a certificate lives.