Subscribe to the Non-Human & AI Identity Journal

Who is accountable when a browser no longer trusts a certificate?

Accountability sits with the team that owns certificate lifecycle governance, including inventory, renewal, and remediation. In practice, that often spans security, platform, and application owners. The framework lesson is simple: if a certificate can trigger a trust failure in production, it needs an assigned owner before deprecation begins.

Why This Matters for Security Teams

Certificate trust failures are not just an infrastructure nuisance. They are an ownership problem that becomes visible only when a browser, gateway, or client refuses to connect. For security teams, the real issue is that certificates sit inside a broader non-human identity lifecycle, so accountability has to cover inventory, renewal, revocation, and emergency remediation. NIST’s NIST Cybersecurity Framework 2.0 reinforces that asset and access governance are operational duties, not occasional clean-up tasks.

That distinction matters because expired or untrusted certificates often expose weak ownership long before they expose cryptographic weakness. NHI Management Group notes that only 5.7% of organisations have full visibility into their service accounts in the broader identity estate, and similar visibility gaps are common in certificate management. When the trust chain breaks, the team responsible for lifecycle governance must already be named, or incident response becomes a blame exercise instead of a recovery process. In practice, many security teams encounter certificate failure only after production traffic has already been interrupted, rather than through intentional lifecycle review.

How It Works in Practice

Accountability should follow the certificate lifecycle, not the network layer that happened to fail first. In a mature model, one owner is accountable for the inventory, one control path handles renewal, and one escalation path handles revocation or replacement when trust anchors change. That can span platform engineering, application ownership, PKI operations, and security governance, but the decision rights need to be explicit.

Practitioners usually formalise this through a few practical controls:

  • Maintain a complete inventory of certificates, including issuance source, subject, expiry, and dependent services.
  • Automate renewal and alerting so expiration is treated as a managed event, not a surprise outage.
  • Assign remediation ownership before deprecation starts, especially for public-facing services and shared platforms.
  • Track trust anchors and intermediate chains so browser distrust can be traced to the exact control failure.

The machine identity guidance in Ultimate Guide to NHIs — What are Non-Human Identities is useful here because certificates are part of the same governance problem as service accounts, API keys, and other secrets. SailPoint’s Critical Gaps in Machine Identity Management report highlights that only 38% of organisations have automated certificate lifecycle management, which explains why trust failures still land in incident queues instead of planned maintenance windows. The operational lesson is simple: if a certificate can break production trust, it should have a named owner, a rotation path, and a rollback plan before the browser starts rejecting it. These controls tend to break down in fast-moving environments with ephemeral workloads and untracked certificates because no single team can see every issuer, consumer, and dependency.

Common Variations and Edge Cases

Tighter certificate governance often increases coordination overhead, requiring organisations to balance reliability against deployment speed. That tradeoff becomes more visible in microservices, multi-cloud, and customer-managed integrations, where certificates may be issued by different PKIs and consumed by different runtime layers.

Current guidance suggests that accountability should still remain clear even when technical ownership is distributed. For example, a platform team may operate the PKI, while application teams own service-specific certificates and business impact. The key is to avoid ambiguous “shared ownership” that leaves renewal action unassigned. Browser trust failures can also be triggered by chain changes, misissued intermediates, revoked roots, or outdated client trust stores, so the accountable team must understand whether the defect is in issuance, distribution, or client validation.

For wider NHI governance context, NHI Management Group’s Sisense breach coverage shows how identity compromise can spread when lifecycle controls are weak. In certificate governance, the same pattern appears when teams assume “security owns it” or “platform owns it” without a remediation SLA. There is no universal standard for this yet, but best practice is to attach certificates to a service owner, a technical owner, and an escalation path before they are ever scheduled for replacement.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Certificate lifecycle gaps mirror NHI secret rotation and revocation failures.
NIST CSF 2.0 PR.AC-1 Trust failures stem from weak identity and access governance over machine credentials.
NIST AI RMF AI RMF governance principles support clear accountability for automated identity operations.

Map certificates to accountable owners and enforce lifecycle controls as part of access governance.