A B C D E F G H I J K L M N O P Q R S T U V W Z
Ra Re Ri Ro Rs Ru
Roa Rog Rol Roo

Root Certificate

A root certificate is a top-level trusted certificate that serves as a trust anchor for certificate chains. It matters because if a root trust anchor is compromised, every certificate chaining from it becomes suspect.

What is Root Certificate?

Root certificates are typically self-signed and pretrusted by browsers, operating systems, or enterprise trust stores. Other certificates can chain upward to a root through one or more intermediates, allowing systems to verify trust without directly trusting every endpoint certificate individually.

What Root Certificate Commonly Supports

Common uses include browser trust stores, enterprise PKI, TLS validation, and hierarchical certificate issuance models.

Root Certificate vs. Leaf Certificate

A root certificate anchors trust for a chain. A leaf certificate is the end certificate presented by a specific site, device, or application.

Frequently Asked Questions

Why are root certificates sensitive?

Because they represent top-level trust and can validate large portions of a PKI if misused.

Do users interact with root certificates directly?

Usually not, but trust-store decisions about roots have major security impact.

Related Cybersecurity Terms