Commonly, a commercial SSL certificate is issued by an intermediate Certificate Authority (CA). In turn, the intermediate CA is issued by an upper-level intermedia CA, or by a Root CA. 

The path from the leaf certificate to the intermediate certificates, and finally to the root certificate is called the certificate chain. 

What is a Certificate Chain?

  • A certificate chain is an ordered list of certificates, containing an SSL/TLS Certificate and Certificate Authority (CA) Certificates, that enable the receiver to verify that the sender and all CA's are trustworthy. 
  • The chain or path begins with the SSL/TLS certificate, and each certificate in the chain is signed by the entity identified by the next certificate in the chain.

What is an Intermediate Certificate?

  • Any certificate that sits between the SSL/TLS Certificate and the Root Certificate is called a chain or Intermediate Certificate. 
  • The Intermediate Certificate is the signer/issuer of the SSL/TLS Certificate. 
  • The Root CA Certificate is the signer/issuer of the Intermediate Certificate. 
  • If the Intermediate Certificate is not installed on the server (where the SSL/TLS certificate is installed) it may prevent some browsers, mobile devices, applications, etc. from trusting the SSL/TLS certificate. 
  • In order to make the SSL/TLS certificate compatible with all clients, it is necessary that the Intermediate Certificate be installed.

What is the Root CA Certificate?

The chain terminates with a Root CA Certificate. The Root CA Certificate is always signed by the CA itself. The signatures of all certificates in the chain must be verified up to the Root CA Certificate.

Illustration of a certification path from the certificate owner to the Root CA, where the chain of trust begins:


A certificate file should include the chain of its intermediate certificates. Otherwise, it might not be trusted by some applications or operating systems. 

You can use this tool to check if a certificate file has a complete or broken certificate chain.




  • No labels