Subscribe to the Non-Human & AI Identity Journal

How should security teams govern certificates and keys as identity assets?

Security teams should treat certificates, keys, and signing material as governed identities with owners, lifecycles, and revocation paths. That means inventorying them, assigning accountability, tracking expiry, automating renewal, and reviewing dependencies regularly. The goal is to prevent cryptographic assets from becoming invisible standing trust that outlives the systems and people that created them.

Why This Matters for Security Teams

Certificates and keys are not just technical artifacts. They are cryptographic proof of identity, and once they are embedded in CI/CD, cloud workloads, service meshes, APIs, and agent tooling, they function like standing trust with real access paths. That is why governance has to look more like identity management than simple secrets handling. NHI Management Group research on the Critical Gaps in Machine Identity Management report shows how often organisations still lack inventory, automation, and clear ownership, which is exactly where certificate sprawl becomes operational risk.

Security teams often get caught treating key material as something to store securely rather than something to assign, monitor, rotate, and revoke as an identity asset. Current guidance aligns with NIST Cybersecurity Framework 2.0 because the operational question is not whether the crypto is strong, but whether the identity behind it is controlled across its full lifecycle. The same pattern appears in NHI incidents discussed in the 52 NHI Breaches Analysis: unused or forgotten credentials keep working until they are discovered by an attacker. In practice, many security teams encounter certificate abuse only after expiry, leakage, or lateral movement has already turned cryptographic trust into an incident.

How It Works in Practice

Good governance starts by classifying every certificate, key, token-signing material, and private key as an owned identity with a purpose, scope, and expiry. That means building a complete inventory, attaching a business owner and technical custodian, and linking each asset to the workload, system, or agent that uses it. For certificate-heavy environments, the most effective control is automated lifecycle management, because manual renewal and spreadsheet tracking do not scale. The Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs reinforces that lifecycle discipline is the real control surface, not just storage hygiene.

Practically, teams should separate governance into four linked tasks:

  • Inventory: discover certs and keys across cloud, Kubernetes, CI/CD, SaaS, and on-prem systems.
  • Ownership: assign accountable owners, reviewers, and escalation paths for renewal and revocation.
  • Lifecycle: automate issuance, rotation, and expiry alerts with short validity where feasible.
  • Dependency control: map where each credential is trusted, then remove unused trust chains.

For runtime enforcement, policy should be checked at issuance and renewal, not only at annual review. That aligns with the control discipline described in the Ultimate Guide to NHIs — Regulatory and Audit Perspectives and with identity-centric guidance from NIST Cybersecurity Framework 2.0. The goal is to make invalid, expired, or orphaned credentials fail closed rather than remain trusted by default. These controls tend to break down in large hybrid estates where certificates are embedded in legacy appliances, hardcoded into applications, or issued through disconnected local processes because ownership and renewal data are not consistently available.

Common Variations and Edge Cases

Tighter certificate governance often increases operational overhead, requiring organisations to balance shorter lifetimes and stronger revocation against renewal complexity and service availability. That tradeoff is especially visible in environments with 24/7 workloads, embedded systems, and third-party integrations where frequent rotation can break brittle dependencies if inventory is incomplete.

Best practice is evolving on how aggressive expiry windows should be. For some workloads, short-lived certificates and automated rotation are the right answer; for others, especially regulated or legacy platforms, a staged migration may be safer than forcing rapid change. The key is to avoid static exceptions becoming permanent trust. One practical lesson from the Top 10 NHI Issues is that visibility failures often matter more than cryptographic strength. If teams cannot see where a key is used, they cannot know when it should be revoked.

The same governance model should also account for signing keys used by build systems, artifact registries, and agents. Those keys can create high-impact supply chain trust, and their compromise can outlast the original compromise event. In edge cases such as air-gapped environments, vendor-managed appliances, or disaster recovery setups, revocation paths may be partial or slow, so compensating controls like tighter scope, hardware-backed storage, and explicit revalidation become more important. The real boundary is not the certificate format, but whether the organisation can prove who issued it, who owns it, and when it stops being trusted.

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 Covers lifecycle and rotation risk for machine credentials and certificates.
NIST CSF 2.0 PR.AC-4 Identity and access governance applies to cryptographic trust assets too.
NIST AI RMF Risk governance applies when cryptographic assets support AI or agentic workloads.

Treat certificates and keys as identities and review their access paths continuously.