What is a Leaf Certificate?
Learn what a Leaf Certificate is, how it fits into the SSL certificate chain, and why every HTTPS website relies on it for secure communication.
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.
Learn what a Leaf Certificate is, how it fits into the SSL certificate chain, and why every HTTPS website relies on it for secure communication.
Reading Time: 5–6 min
A Leaf Certificate, also known as a Server Certificate or End-Entity Certificate, is the SSL/TLS certificate installed directly on your website or server.
It is the certificate that browsers examine when establishing a secure HTTPS connection.
Unlike Root and Intermediate Certificates, the Leaf Certificate identifies your specific website and enables encrypted communication between your visitors and your server.
The term "Leaf Certificate" comes from the certificate hierarchy.
Think of the certificate chain like a tree:
Leaf Certificate (Your Website)
The Leaf Certificate sits at the very end—or leaf—of the trust chain.
A typical Leaf Certificate includes:
The website's domain name
The organisation name (OV/EV certificates)
Public encryption key
Certificate validity period
Digital signature from the issuing Certificate Authority
Serial number
Certificate policies
This information allows browsers to verify the identity of the website before creating an encrypted connection.
When someone visits your HTTPS website:
Your server presents the Leaf Certificate.
The browser verifies it was issued by a trusted Intermediate Certificate.
The browser continues validating the chain back to a trusted Root Certificate.
If every certificate is trusted, an encrypted HTTPS connection is established.
This process happens automatically in just a fraction of a second.
Yes.
Every website using HTTPS has its own Leaf Certificate.
Even if two websites are issued by the same Certificate Authority, each website receives its own unique certificate.
An expired Leaf Certificate can cause browsers to display warnings such as:
Your connection is not private
NET::ERR_CERT_DATE_INVALID
Certificate has expired
Visitors may leave the website immediately because they cannot verify its authenticity.
Renewing the certificate restores trust and encrypted communication.
Yes.
Leaf Certificates are regularly replaced when:
They expire
The domain changes
Encryption standards are upgraded
Private keys are regenerated
Business information changes (OV/EV certificates)
Unlike Root Certificates, Leaf Certificates are expected to be renewed periodically.
Yes.
The Leaf Certificate is the SSL/TLS certificate configured on your web server.
No.
Browsers must verify the complete certificate chain back to a trusted Root Certificate.
Yes.
Every secure website presents a Leaf Certificate as part of the TLS handshake.