Subscribe to the Non-Human & AI Identity Journal

Intermediate Certificate Authority

An intermediate certificate authority is a delegated signing layer that issues certificates on behalf of a higher-level root CA. In device trust programmes, it helps scale issuance while preserving separation of duties, but it also becomes a critical governance point because its policies shape device identity integrity.

Expanded Definition

An intermediate certificate authority sits between a root CA and the leaf certificates used by devices, services, and applications. It is not merely a technical relay. It is a delegated trust boundary that can enforce issuance policy, constrain subject names, apply key-usage limits, and separate operational duties from the offline or highly protected root. In NHI and device trust programmes, that makes the intermediate CA a governance mechanism as much as a cryptographic one.

Its role is easiest to understand in relation to lifecycle control. Root CAs are kept tightly controlled, while intermediates handle routine issuance, renewal, and revocation at scale. That delegation improves operational resilience, but it also means the intermediate’s configuration directly shapes identity assurance. Guidance varies across vendors on how many intermediates to use, how narrowly to scope them, and how often to rotate signing keys, so no single standard governs this yet. NIST’s NIST Cybersecurity Framework 2.0 reinforces the need to manage identity assets with clear governance and controlled access.

The most common misapplication is treating an intermediate CA as a disposable operational component, which occurs when teams leave broad issuance policies and weak key protection in place after scale increases.

Examples and Use Cases

Implementing intermediate CAs rigorously often introduces operational overhead, requiring organisations to weigh faster certificate issuance against stricter policy design, monitoring, and renewal discipline.

  • In a Kubernetes environment, an intermediate CA may issue short-lived workload certificates so each service instance can authenticate without embedding long-term secrets.
  • In device identity programmes, one intermediate can be dedicated to a specific fleet or business unit, reducing blast radius if policy or key material is compromised.
  • In manufacturing or IoT settings, intermediates can separate test, staging, and production issuance, helping prevent a non-production credential chain from being trusted in production.
  • In regulated environments, an intermediate CA can enforce narrower certificate profiles, which supports auditability and limits how identities are represented across systems.
  • In breach analysis, certificate chains often reveal whether trust was issued from an overly broad intermediate rather than a purpose-scoped one, as seen in patterns discussed in the Ultimate Guide to NHIs and incidents such as the Sisense breach.

For certificate operations and policy design, the CA hierarchy should be aligned with standards guidance such as the NIST key management guidance, even when internal tooling abstracts the chain away from operators.

Why It Matters in NHI Security

Intermediate CAs are high-value trust assets because a compromise or misconfiguration can affect every certificate they issue. In NHI security, that means a single policy error can silently weaken service authentication, device trust, mutual TLS, and automated secretless workflows. The risk is not only cryptographic failure; it is also governance failure when issuance scope, ownership, and revocation procedures are unclear.

This matters because machine identity scale has already outpaced manual oversight. NHI Management Group reports that NHIs outnumber human identities by 25x to 50x in modern enterprises, and certificate-heavy environments amplify that gap when intermediates are not tightly controlled. SailPoint’s machine identity management research found that 45% of organisations identify certificate expiry as the leading cause of outages, which shows how quickly routine issuance becomes an operational incident when hierarchy and lifecycle discipline are weak. The same research also notes that 57% lack a complete inventory of machine identities.

Organisations typically encounter the true importance of an intermediate CA only after a chain trust failure, mass renewal outage, or compromise investigation, at which point certificate governance becomes operationally unavoidable to address.

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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 CA hierarchy affects issuance scope, trust boundaries, and identity assurance for machine identities.
NIST CSF 2.0 PR.AA-01 Identity and authentication controls apply to certificate-based trust chains and delegated issuers.
NIST Zero Trust (SP 800-207) Zero Trust relies on strong, continuously validated machine identity anchored in controlled certificate chains.

Scope intermediates narrowly and enforce lifecycle, ownership, and revocation controls for every issued certificate.