Root Certificate vs Intermediate Certificate
Reading Time: 5–6 min
Industry Update: SSL certificate lifetimes are changing. Learn how the move to 47-day certificates will impact businesses between 2026 and 2029.
Reading Time: 5–6 min
Root Certificates and Intermediate Certificates are both essential components of the SSL certificate chain, but they serve different purposes.
The Root Certificate establishes the highest level of trust, while the Intermediate Certificate acts as the secure bridge between the Root Certificate and your website's SSL certificate.
Understanding the difference helps explain how browsers securely verify HTTPS websites.
A Root Certificate is the trust anchor of the Public Key Infrastructure (PKI).
It belongs to a trusted Certificate Authority (CA) and is pre-installed in browsers, operating systems, and devices.
Because Root Certificates are extremely valuable, they are heavily protected and usually kept offline.
Their primary role is to issue Intermediate Certificates not website certificates directly.
An Intermediate Certificate is issued by a Root Certificate.
Its job is to sign SSL certificates that are installed on websites.
Using Intermediate Certificates protects the Root Certificate from unnecessary exposure while maintaining the same chain of trust.
Every secure HTTPS website follows this hierarchy:
Website SSL Certificate
When a visitor opens your website, the browser verifies each certificate in this chain before establishing an encrypted connection.
If Root Certificates were used to sign every website certificate directly, they would be exposed to unnecessary security risks.
Instead:
The Root Certificate signs one or more Intermediate Certificates.
Intermediate Certificates issue website SSL certificates.
If an Intermediate Certificate is compromised, it can be revoked without replacing the trusted Root Certificate.
This layered design improves the security and scalability of the global SSL ecosystem.
Trusted Root Certificates are issued and managed by recognised Certificate Authorities such as:
DigiCert
Sectigo
GlobalSign
Let's Encrypt
Entrust
Browsers and operating systems include lists of trusted Root Certificates, known as Root Stores.
Only Certificate Authorities that meet strict security and auditing requirements are included.
Your website installs:
Your SSL certificate (Leaf Certificate)
One or more Intermediate Certificates
Visitors' browsers already contain the trusted Root Certificates needed to complete the chain.
This is why website administrators do not install Root Certificates on their servers.
If a browser cannot verify a trusted Root Certificate, it cannot establish the chain of trust.
This may result in:
Browser security warnings
HTTPS errors
Certificate trust failures
Blocked secure connections
Even if the website certificate itself is valid, the connection will not be trusted unless the Root Certificate is recognised.
Both are essential.
The Root Certificate establishes trust, while the Intermediate Certificate safely distributes that trust to websites.
Usually not.
Most public SSL certificates require the correct Intermediate Certificate to complete the certificate chain.
Yes.
Modern browsers and operating systems maintain trusted Root Certificate stores that are regularly updated.