What is a Certificate Authority?
A Certificate Authority (CA) is a trusted organization that issues digital certificates — vouching that a public key really belongs to the website or service presenting it. CAs are the anchor of trust behind every padlock in your browser.
A Certificate Authority is a trusted third party that verifies identity and issues digital certificates binding a public key to a domain, organization, or device — so clients can establish encrypted, authenticated connections.
Validate, sign,
trust, revoke.
The CA confirms you control the domain or identity being certified.
It signs a certificate with its private key, vouching for your public key.
Browsers and OSes trust the CA’s root, so they trust your certificate.
If a cert is compromised, the CA can revoke it via CRL or OCSP.
Roots, intermediates,
public and private.
Trust flows downward through a chain. Understanding the layers explains how a single padlock connects back to a root nobody ever touches.
A self-signed certificate kept offline in a highly secured environment. Its trust is built into browsers and operating systems.
Signed by the root and used to issue day-to-day certificates, so the root key stays offline and protected.
Trusted by default in browsers (DigiCert, Let’s Encrypt, Sectigo). Used for public-facing websites and services.
Run inside an organization for internal services and devices. Trusted only within that environment.
One CA was simple.
Many CAs is the problem.
Most orgs use several CAs and lose track of what’s issued where.
47-day validity means far more issuance and renewal from every CA.
Knowing which certs to revoke — and confirming it — is non-trivial.
Rogue or mis-issued certificates are a real security threat.
Internal CAs like ADCS are often the least visible of all.
Cloud providers each issue certs in their own silo.
Certificate authorities,
answered.
Related topics
See which CAs issued your certificates.
Run a free domain scan to discover every certificate across every CA — public and private — in one inventory.