Cybersecurity 101back-iconWhat is Root CA?

What is Root CA?

A Root Certificate Authority (Root CA) is the highest level of trust in a Public Key Infrastructure (PKI). It is a trusted entity that issues and digitally signs certificates for subordinate or intermediate Certificate Authorities (CAs), creating the foundation of the certificate trust chain used to secure websites, applications, devices, and digital communications.

It does not typically issue certificates directly to end users or servers. Instead, it signs the certificates of intermediate CAs, which then issue certificates to websites, applications, users, and devices. This hierarchical approach improves security by protecting the highly trusted Root CA while allowing intermediate CAs to handle day-to-day certificate issuance.

Operating systems, browsers, and enterprise devices maintain trusted root certificate stores. When a digital certificate can be traced back, the connection is considered trustworthy.

How it works

It establishes trust by digitally signing subordinate Certificate Authorities that, in turn, issue certificates to end entities.

Component Purpose
Root CA Serves as the trust anchor for the PKI hierarchy
Intermediate CA Issues certificates on behalf
End-entity certificate Secures websites, applications, users, or devices
Certificate chain Links the end certificate back

When a user visits a secure website or authenticates to a service, the system validates the certificate chain to confirm that it ultimately leads to a trusted Root CA.

Why it matter

Without a trusted Root CA, there would be no reliable way to verify the authenticity of digital certificates. Attackers could impersonate legitimate websites, services, or devices, increasing the risk of man-in-the-middle attacks and data interception.

It help organizations:

  • Establish trust for digital certificates.
  • Secure encrypted communications.
  • Support certificate-based authentication.
  • Protect websites, applications, and enterprise services.
  • Enable secure digital signatures.
  • Strengthen Public Key Infrastructure deployments.

The security of the entire PKI depends on protecting the integrity of the Root CA.

Root CA vs Intermediate CA

Although both participate in certificate issuance, they have different responsibilities.

Root CA Intermediate CA
Serves as the trust anchor of the PKI hierarchy Issues certificates to users, devices, and services
Self-signs its own certificate Receives its certificate from the Root CA
Signs only subordinate CA certificates in most deployments Handles routine certificate issuance and management
Kept highly protected and used infrequently Used regularly for operational certificate management

Using intermediate CAs helps organizations reduce the risk of exposing it while maintaining a scalable certificate infrastructure.

How Hexnode supports certificate-based security

Hexnode UEM helps organizations deploy and manage digital certificates on supported devices from a centralized console. Administrators can distribute certificates and configure certificate-based authentication for enterprise Wi-Fi, VPN, email, and other managed services, helping establish trusted device identities.

Hexnode UEM also supports device compliance monitoring, operating system update management, and security policy enforcement. These capabilities help organizations maintain secure endpoints that participate in PKI environments built on trusted Root CAs.

FAQs

Many organizations keep private Root CAs offline to reduce the risk of compromise. Since Root CAs rarely perform routine certificate issuance, they can remain disconnected from production networks while intermediate CAs handle operational tasks.

A compromised Root CA can undermine trust in every certificate issued beneath it. Organizations may need to revoke subordinate certificates, establish a new Root CA, and rebuild the certificate hierarchy.