Certificate Authority (CA)
An organization trusted to issue digital certificates that verify website identity.
CAs verify domain ownership or organization identity before issuing certificates. Major CAs include DigiCert, Let's Encrypt, Comodo, and GlobalSign. Browsers trust certificates signed by recognized CAs. The CA ecosystem is hierarchical with root CAs and intermediate CAs.
ExampleDigiCert, Let's Encrypt, Comodo, GlobalSign
Root CA
A top-level certificate authority whose certificates are pre-trusted by browsers and operating systems.
Root CA certificates are embedded in browsers, operating systems, and devices. They form the foundation of certificate trust. Root CAs sign intermediate certificates rather than end-entity certificates directly. Compromise of a root CA affects all certificates in its hierarchy.
ExampleDigiCert Global Root CA, ISRG Root X1 (Let's Encrypt)
Intermediate Certificate
A certificate signed by a root CA that signs end-entity (server) certificates.
Intermediate certificates create a chain between root CAs and server certificates. Servers must include intermediates in their certificate bundle. Missing intermediates cause "certificate not trusted" errors. Intermediates can be revoked without compromising the root.
ExampleDigiCert SHA2 Extended Validation Server CA