Skip to content

47-Day Certificates Are Coming. Are You Ready?

Act Now →

Why PKI Control Can’t Wait?

Why PKI Control Can’t Wait

Public Key Infrastructure (PKI) sits behind almost everything we call secure on the internet. It is present when your browser displays a lock icon, when a mobile app communicates with an API, when a developer signs a build artifact, and when a device in a lab authenticates to a gateway. PKI is a framework of cryptographic technologies, policies, and trust hierarchies that manage digital certificates and encryption keys. PKI verifies identity, shields conversations from prying eyes, and protects data from alteration as it is transmitted. PKI functions silently in the background — and that silence is exactly the problem.

Many organizations still run PKI as if it were a utility. A certificate authority established years ago remains operational. Renewals are tracked in a spreadsheet updated periodically by someone who remembers to do so. Everything feels fine until a certificate expires at the wrong moment and a service goes offline.

Quick Answer: Why Can’t PKI Control Wait?

PKI underpins every secure connection in the enterprise — browser HTTPS, API authentication, code signing, and device identity. When it is unmanaged, certificate expiry outages, compromised signing keys, and audit failures follow. With machine identities now outnumbering human identities 109 to 1 and TLS certificate validity shrinking to 47 days by 2029, manual PKI management is no longer viable at any meaningful scale.

Key Takeaways

  • PKI is not a background utility. It is the trust layer behind every secure connection in the enterprise, and when it is unmanaged, the failure modes are predictable: expiry outages, audit findings, compromised keys, and blocked PQC migrations.
  • Machine identities now outnumber human identities 109 to 1, according to Palo Alto Networks’ 2026 Identity Security Landscape report (n=2,930). Each one typically requires a certificate, multiplying inventory size and renewal frequency beyond what manual processes can handle.
  • The CA/Browser Forum’s Ballot SC-081v3 (April 2025) reduces maximum public TLS certificate validity to 200 days (March 2026), 100 days (March 2027), and 47 days (March 2029). At a 47-day cadence, manual certificate management is mathematically unsustainable.
  • According to DigiCert’s Trust Pulse Survey (July 2, 2025), nearly half of all enterprises experienced certificate-related downtime in the past year. Only 34% have a complete and current view of their certificates (DigiCert 2026 Global PKI Research Report, June 2026).
  • NIST finalized its first post-quantum cryptography standards in August 2024 — FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), and FIPS 205 (SLH-DSA). Organizations without crypto-agile PKI cannot migrate to these standards without a full infrastructure rebuild.

PKI Is the Foundation We Rely On

PKI delivers four outcomes that underpin every secure digital interaction. It provides authentication by verifying digital identities, ensures confidentiality through encryption of data in transit, maintains integrity by detecting any tampering or modification, and enforces non-repudiation by proving that an action originated from a verified entity. These outcomes translate directly to real-world reliability: patient portals families trust, banks handling millions of logins daily without exposing credentials, software providers shipping trusted updates, and factories onboarding devices without on-site technicians.

Although the technology remains the same, where and how it operates have changed vastly. Certificates are everywhere — from mobile applications to securing API calls between microservices, from device authentication to securing tunnels between cloud regions. The widespread distribution of certificates makes it difficult to maintain visibility into where they reside and what resources they secure. If ownership is unclear and renewal timing is not automated, an organization accumulates small risks that eventually pile up on a bad day.

Who Should Care About PKI Control

PKI governance is not owned by a single team. Every role below has a direct stake in ensuring PKI is visible, automated, and compliant.

RoleWhy It MattersAction Item
PKI AdminsOwn CA hierarchy design, certificate lifecycle automation, and key storage standards that must scale to machine identity volumesComplete a full certificate discovery; automate renewal via ACME, SCEP, or EST; audit deprecated algorithms quarterly
Security ArchitectsDefine cryptographic policy and the trust model governing all certificate issuance across the enterpriseEnforce NIST 800-131A algorithm floors; mandate HSM-backed key storage; design CA hierarchies with PQC in mind
Platform / DevOps TeamsDeploy and renew certificates in CI/CD pipelines, cloud workloads, and container environments at machine speedEmbed ACME-based automation into pipelines; prohibit self-signed certificates in any environment; test PQC compatibility in staging
Compliance TeamsMust evidence certificate lifecycle controls for DORA, NIS2, PCI DSS, FIPS 140-3, NIST 800-57, and HIPAA auditsBuild automated compliance reports from CLM inventory; include certificate algorithm review in quarterly audit scope
CISOsOwn the risk register entry for certificate outage risk, quantum vulnerability, and supply chain signing key exposureFund CLM automation and CBOM discovery; require a current certificate inventory; include PKI modernization in board-level risk reporting

Reasons to Treat PKI as a First-Class Platform

Modern environments include multiple cloud providers, on-premises systems, and agile platforms such as Kubernetes. With daily deployments and real-time infrastructure changes, the number of certificates in use has expanded from hundreds to hundreds of thousands. A team that once approved a handful of certificate requests a month now manages dozens every hour. Treating PKI as a first-class platform is the only way to maintain visibility, automation, and compliance at this scale.

  • PKI directly impacts uptime. Certificates sit in front of every critical service. A single missed renewal can take entire environments offline — including the monitoring system that would have caught it.
  • Security posture depends on trust, not firewalls. Machine-to-machine authentication, API security, and code signing all rely on healthy PKI. Firewalls cannot compensate for an expired or compromised certificate.
  • Compliance mandates continuous visibility. Standards such as FIPS 140-3, NIST SP 800-57, PCI DSS v4.0, and NIS 2 expect demonstrable control of keys and certificates — not best-effort spreadsheet tracking.
  • Automation has changed the scale of risk. Certificates are created by scripts and pipelines; policies and audits must live there too.
  • Multi-CA environments need a single source of truth. When multiple certificate authorities operate independently, tracking issuance and revocation becomes impossible without a unifying platform such as CertSecure Manager.
  • Engineering velocity and governance can coexist. Treating PKI as a service allows developers to request compliant certificates instantly through APIs rather than waiting on manual reviews.
  • Audits become proof, not panic. When PKI is a managed platform, evidence of issuance, approval, and renewal is captured automatically — ready for auditors on demand.

What Happens When PKI Is Neglected

When PKI is not properly governed, the failure modes are both predictable and painful. The table below maps the eight most common outcomes to their business impact, the recommended action, and who owns it.

Failure ScenarioBusiness ImpactRecommended ActionOwner
Expired certificate outageServices go offline without warning; monitoring systems using the same cert may fail simultaneously, leaving teams blindAutomate renewal 30+ days before expiry via CertSecure Manager; set escalating alerts at 30, 14, and 7 daysPKI Admin + Platform Team
Private keys scattered across servers and laptopsKey theft enables impersonation; violates NIST SP 800-57 and FIPS 140-3; creates supply chain attack surfaceMandate HSM-backed key storage for all root, intermediate, and code-signing keys; eliminate software keystores for high-value keysSecurity Architect + PKI Admin
Manual renewal via spreadsheets or emailMissed deadlines cause outages; DORA and PCI DSS v4.0 require automated, auditable renewal workflowsImplement ACME, SCEP, or EST-based automation; eliminate manual renewal for any certificate with a renewal cadence under 90 daysPKI Admin + Compliance
Deprecated algorithms persisting in productionSHA-1, RSA-1024, deprecated TLS versions create NIST SP 800-131A compliance debt; discoverable in any serious security auditRun cryptographic inventory via CBOM Secure; enforce algorithm policy through CLM; remediate flagged certificates within 30 daysSecurity Architect + Compliance
Code-signing keys in software keystoresKeys can be copied or exfiltrated from build servers; enables supply chain attacks; weakens non-repudiationMigrate all signing keys to FIPS 140-3 validated HSMs or cloud KMS; integrate with build pipelines via PKCS#11 or cloud KMS APIsSecurity Architect + DevOps
Wildcard or shared certificates reused across environmentsBreaks workload isolation; increases blast radius of a single compromise; violates Zero Trust and NIS 2 identity-per-workload requirementsIssue unique certificates per workload; deprecate wildcard certs in Zero Trust zones; enforce via CLM policyPKI Admin + Security Architect
No centralized audit trail for certificate eventsAuditors cannot get certificate ownership, issuance approvals, or revocation records; DORA and ISO 27001 treat this as an operational resilience gapEnforce centralized issuance and revocation logging via CertSecure Manager; include certificate lifecycle events in SIEMCompliance + PKI Admin
Reputational and customer impact from untrusted certificatesBrowsers flag warnings, mobile apps fail, customers question data safety; restoring confidence takes far longer than renewing the certificateImplement automated monitoring with outage prevention; set renewal automation to complete before any certificate reaches 14 days remainingPKI Admin + CISO

Enterprise PKI Services

Get complete end-to-end consultation support for all your PKI requirements!

Regulations around the world are converging on a shared principle: demonstrating digital resilience is impossible without clear control and visibility over cryptographic assets. Whether it is a bank, a healthcare provider, or a government agency, regulators now treat PKI not as a background security layer but as a regulated operational control that must be continuously verifiable.

  • DORA (Digital Operational Resilience Act) in the EU views PKI as a component of operational resilience. Financial entities must prove that CAs, keys, and certificates are governed, traceable, and recoverable under incident conditions. DORA Articles 9 and 11 explicitly require identification of “critical ICT third-party dependencies,” which include trust services and certificate authorities.
  • PCI DSS v4.0 expects ongoing validation of encryption strength and certificate lifecycles within payment systems. Requirements 3 and 4 mandate algorithms compliant with NIST SP 800-131A, rotation per documented policy, and raw evidence of certificate expiry reports, renewal automation, and HSM key custody logs.
  • NIS 2 Directive expands these expectations to all essential and important service providers. It demands risk-based management of cryptographic material, verification of digital trust services, and proof that keys can be revoked quickly across distributed systems.
  • FIPS 140-3 and NIST SP 800-57 Part 1 define the technical baseline for key generation, protection, and retirement. They expect cryptographic operations within validated modules and documented key ownership. Auditors request HSM configuration proofs, tamper logs, and evidence of dual-control key ceremonies.
  • ISO 27001 and SOC 2 link PKI governance to access control, change management, and incident response. Certificate issuance and revocation events are treated as part of the organization’s security monitoring posture.

Bridging DevOps and Security Through PKI Automation

The tension between security and development teams is nothing new when it comes to certificates. Developers prioritize speed. Security teams are built to minimize risk. In PKI, that friction typically manifests as delays: a developer needs a certificate for a new API or container service, but the request must go through a ticket queue, be manually approved, and return days later. By then, the sprint is over, or the developer has already spun up a self-signed cert to keep testing — a shortcut that quietly becomes a production security blind spot.

The way out is not stricter rules but smarter integration. PKI needs to live inside the same automation pipelines developers already use.

CI/CD Certificate Automation

Add a stage to Jenkins, GitLab, or Azure DevOps pipelines that calls a certificate API or ACME endpoint. The pipeline automatically requests, installs, and validates the cert before deployment — no emails, no tickets, no waiting. CertSecure Manager supports native ACME protocol integration and REST API connectors for all major CI/CD platforms.

Ephemeral Certificates for Dynamic Workloads

Support ephemeral certificates with lifetimes measured in hours or days, issued and renewed automatically through the PKI control plane. This matches the pace of microservices and Kubernetes workloads, reduces long-term exposure to private keys, and eliminates the mismatch between traditional certificate validity periods and highly ephemeral cloud workloads.

HSM-Backed Code and Container Signing in Pipelines

Integrate HSM-protected keys into the build system through PKCS#11 or cloud KMS APIs. Sign artifacts directly in the pipeline so developers never handle raw keys. This eliminates the most common route for code-signing key compromise and ensures non-repudiation of every build artifact.

When PKI becomes a service, agility and control stop being opposites — developers continue pushing at full speed, while the security team maintains full visibility and policy enforcement.

A Practical Path That Teams Can Follow

Every organization starts from a different point, but the pattern of successful programs looks similar. Discovery tools run against public endpoints, internal networks, clusters, and cloud resources. Data from certificate authorities is pulled in and compared against what the scanners see. Certificates are linked to owners and to the systems they protect. The goal is not to be perfect on day one — the goal is to reduce surprises.

Step 1: Start with Deep Discovery

The first step is knowing exactly what certificates exist and where they live. Most organizations have certificates spread across public websites, internal servers, Kubernetes clusters, and cloud platforms — often issued by multiple CAs. Use automated discovery tools that scan the network and connect to CAs through APIs, collecting the certificate’s issuer, algorithm, key length, and expiry date. CBOM Secure automates this discovery across hybrid and multi-cloud environments and generates a Cryptographic Bill of Materials as the governance baseline.

Step 2: Build a Policy Baseline

Once discovery produces a trusted inventory, policies can move from paper to enforcement. Teams should define: a trusted CA list and issuance scope specifying which internal and external CAs can issue for which domains or workloads; cryptographic standards aligned with NIST SP 800-131A and FIPS 140-3 specifying approved key sizes (RSA-2048, ECC-P256, Ed25519) and validity periods; naming and SAN conventions that tie certificates to real assets and owners; key storage requirements mandating that root and code-signing keys live in HSMs or cloud KMS services with tamper-evident logging; and delegation and approval workflows so issuance is auditable and revocation authority is clear.

Step 3: Automate Policy Enforcement

Policies can be embedded into automation systems using standard protocols such as ACME, EST, or vendor APIs. Load balancers, ingress controllers, and service mesh can automatically enroll and renew certificates from approved profiles. CI/CD pipelines can call certificate issuance APIs during infrastructure provisioning. IoT gateways can manage device renewals using mutual TLS and short-lived certs. Renewal workflows can be validated against policy before deployment, preventing outdated algorithms or unapproved CAs from being used.

Step 4: Mature Toward Crypto-Agility

All new systems should be validated to support crypto agility — the ability to swap RSA or ECC keys with post-quantum algorithms without breaking services. Test environments can begin piloting hybrid certificates (for example, ECDSA + ML-DSA per FIPS 204) to evaluate interoperability with load balancers and clients. By planning for crypto-agility early, organizations align testing, policy, and infrastructure in a single roadmap, turning future algorithm transitions into routine upgrades instead of large-scale reissuance crises. Use the PQC Center of Excellence for NIST FIPS 203, 204, and 205 migration planning resources.

Crypto Agility and Post-Quantum Readiness

Cryptography never stands still. Algorithms that were secure a decade ago — RSA-1024, SHA-1, 3DES — are now deprecated. Even strong algorithms like RSA-2048 and ECDSA-P256 are on a timeline: they remain trusted today, but their long-term safety is limited by advances in computing power and quantum cryptanalysis.

NIST’s PQC standardization project finalized its first post-quantum standards in August 2024: FIPS 203 (ML-KEM, formerly CRYSTALS-Kyber) for key establishment, FIPS 204 (ML-DSA, formerly CRYSTALS-Dilithium) for digital signatures, and FIPS 205 (SLH-DSA, formerly SPHINCS+) for hash-based signatures. With these standards in place, organizations must begin planning to rotate existing RSA and ECC keys and reissue potentially millions of certificates across hardware, firmware, and cloud workloads. That kind of change cannot be handled through manual renewal cycles — it requires crypto-agility built into the PKI platform from the start.

Four Capabilities Required for Crypto-Agility

  • Full Cryptographic Inventory: Know exactly where each algorithm and key size is used — TLS endpoints, code-signing, VPNs, firmware updates, IoT devices, and API certificates. CBOM Secure tags certificates by algorithm to identify weak or soon-to-expire cryptographic dependencies across all environments.
  • Policy-Driven Profiles: Define certificate profiles that enforce approved algorithms and key sizes based on NIST guidance. When profiles are coded into the CA or automation tool, the crypto suite can be swapped centrally rather than editing each application manually.
  • HSM and Software Readiness: Ensure that hardware modules, load balancers, and libraries support the new PQC algorithms. Some older HSMs cannot handle large key sizes or hybrid signatures. Vendors are updating firmware under FIPS 140-3 validation — planning early avoids last-minute hardware refreshes. See PQC Readiness for an HSM compatibility checklist.
  • Test Environments and Dev Partnerships: Work with application teams to test PQC algorithms in staging. Identify dependencies on outdated OpenSSL versions, limited cipher suites, or embedded trust stores that could block migration.

How Encryption Consulting Can Help

Encryption Consulting has extensive experience delivering end-to-end PKI solutions for enterprise and government clients. We provide professional services to ensure your PKI is secure, resilient, and future-ready.

PKI Assessment and Project Planning

We assess your current PKI and cryptographic environment, review PKI configurations, dependencies, and requirements, identify gaps, and consolidate findings into a structured, customer-approved project plan aligned with best security practices.

CP/CPS Development

We develop Certificate Policy (CP) and Certification Practice Statement (CPS) aligned with RFC#3647, customized to your organization’s PKI strategy and ensuring comprehensive documentation and compliance with legal, business, and security standards.

PKI Design and Implementation

We conduct stakeholder workshops to gather PKI requirements, assess existing capabilities, and identify specific needs across cloud, hybrid, and on-premises systems. We provide a customized PKI architecture with Root and Issuing CAs, HSM integration, and deployment models aligned with security, scalability, and compliance objectives.

Business Continuity and Disaster Recovery

After implementation, we create and execute disaster recovery and business continuity plans, test failovers, and document operating procedures for the entire PKI and HSM infrastructure, supported by an extensive PKI operations manual.

Ongoing Support and Maintenance

We provide a subscription-based annual support package covering all PKI, CLM, and HSM components after deployment — patch management, CP/CPS updates, key archiving, incident response, troubleshooting, system optimization, audit logging, and certificate lifecycle management via CertSecure Manager.

For organizations that need visibility into their full cryptographic estate, CBOM Secure builds and maintains a Cryptographic Bill of Materials across all environments. For post-quantum migration planning, start with the PQC Readiness assessment and the PQC Center of Excellence.

Enterprise PKI Services

Get complete end-to-end consultation support for all your PKI requirements!

Conclusion

Digital trust is not a slogan. It is the daily practice of knowing which identities exist, how they are used, and whether the rules that protect them are working. PKI is the practical instrument for that work. If it is invisible and unmanaged, outages and audit findings are inevitable. If it is visible and governed, it becomes a strength that supports growth.

Control does not begin with complex frameworks or expensive tools — it begins with awareness. Knowing what exists across your environment, understanding how it behaves, and ensuring that automation supports people rather than replacing their judgment. When organizations let PKI handle repetitive and time-sensitive work such as certificate renewals, policy enforcement, and monitoring, teams gain time to focus on oversight, governance, and forward planning. Building these habits gradually transforms PKI from a hidden dependency into a transparent system of trust.

Frequently Asked Questions

What is the main takeaway from Why PKI Control Can’t Wait?

PKI is not a background utility that manages itself. It is the trust layer behind every secure connection in the enterprise, and when it is unmanaged, the consequences are predictable: certificate expiry outages, audit failures, compromised signing keys, and blocked PQC migrations. Organizations must treat PKI as a first-class platform with automated lifecycle management, centralized policy enforcement, and continuous visibility.

Why does PKI control matter for enterprise PKI teams?

Enterprise PKI teams are responsible for certificate trust anchors used by every system in the organization. As the CA/Browser Forum reduces TLS certificate validity to 47 days by March 2029 (Ballot SC-081v3, April 2025) and machine identities now outnumber human identities 109 to 1, PKI teams can no longer rely on spreadsheets, ticketing queues, and manual renewals. The scale of certificates under management has outgrown any human-operated process.

What risks increase if PKI is handled manually?

Manual PKI management dramatically increases the risk of certificate expiry outages, private keys stored insecurely across unmanaged devices, weak algorithm configurations persisting undetected for years, and audit failures when teams cannot produce certificate lifecycle evidence on demand. According to DigiCert’s Trust Pulse Survey (July 2, 2025), nearly half of all enterprises experienced certificate-related downtime in the past year.

Which teams should own PKI control and governance?

PKI admins own CA hierarchy design, certificate lifecycle automation, and key storage standards. Security architects define cryptographic policy and algorithm standards. Platform and DevOps teams embed automated certificate issuance into CI/CD pipelines. Compliance teams audit certificate evidence against NIST 800-57, FIPS 140-3, PCI DSS, DORA, and NIS2. CISOs own the risk posture and fund the CLM and CBOM tooling required.

How does PKI control connect to certificate lifecycle management?

Certificate lifecycle management (CLM) is the operational layer that makes PKI control real at scale. A CLM platform like CertSecure Manager automates the issuance, renewal, re-keying, and revocation that PKI policy requires. Without automated CLM, PKI policy exists on paper but cannot be enforced consistently across thousands of certificates across cloud, on-premises, and DevOps environments.

How should organizations measure success in PKI governance?

Key metrics include: percentage of certificates under automated lifecycle management; number of certificate-related outages per quarter; percentage of the certificate estate using compliant algorithms with no RSA-1024 or SHA-1 remaining; audit pass rate for certificate lifecycle controls; mean time to renew a certificate after a policy change; and whether audit-ready evidence is available on demand without manual assembly.

What should be audited or monitored regularly in a PKI governance program?

Audit quarterly: algorithm compliance across the full certificate inventory; CA trust store currency; certificate-to-identity binding accuracy; private key storage locations; and privileged access to CA systems. Monitor continuously: certificate expiry timelines, CRL and OCSP health, failed enrollment attempts, and certificates issued from unexpected CAs. Use CBOM Secure to maintain a full cryptographic bill of materials.

How does PKI control affect cloud, hybrid, or multi-CA PKI environments?

In hybrid and multi-CA environments, different CAs may enforce different policies, creating certificate governance gaps. Without a unified CLM platform, certificates issued by unapproved CAs and wildcard certificates reused across clusters become invisible. PKI-as-a-Service provides a single management layer across internal ADCS, cloud-based CAs such as AWS PCA and Azure AD, and third-party public CAs.

What common mistakes should teams avoid when establishing PKI control?

The most common mistakes are: treating PKI as a background utility until an outage forces attention; starting automation before completing a full certificate discovery; allowing self-signed certificates in development that migrate to production; storing code-signing or CA keys in software keystores rather than HSMs; not assigning named owners to certificates during the inventory phase; and running CLM automation alongside parallel manual processes during transition, which creates conflicting records and governance gaps.

What should be refreshed quarterly in a PKI governance program?

Refresh quarterly: complete certificate inventory for accuracy; algorithm compliance with no deprecated algorithms in production; CA trust store currency across all environments; CLM policy rules to reflect new compliance requirements; and a key storage audit confirming all root, code-signing, and high-value keys are in FIPS 140-3 validated HSMs. Also check the CA/B Forum policy page for changes to certificate validity or EKU requirements, and review PQC Center of Excellence guidance for NIST FIPS 203, 204, and 205 timelines.