Certificate Authority
A Certificate Authority (CA) is a trusted organization that issues digital certificates, which are electronic credentials that link a public key to a verified identity such as a website, email address, or organization. By signing these certificates, the CA vouches that the identity has been checked, allowing others to trust the connection or communication. CAs can also revoke certificates when they should no longer be trusted.
In a Public Key Infrastructure (PKI), a Certificate Authority is the trusted entity responsible for issuing, signing, and revoking public-key certificates. The CA binds a public key to an asserted identity by signing the certificate with its own private key, enabling relying parties to validate that identity against the CA's trust anchor. Its core functions typically include validating the identity of the certificate subject, signing and issuing the certificate, and managing revocation (for example, through revocation lists or status services). Note: this entry defines the role of the CA within PKI and does not cover certificate lifecycle policy specifics, trust hierarchy or root/intermediate CA architecture, revocation mechanics, or the operational and audit requirements CAs must meet. This is a security control concept and is distinct from data governance obligations; issuing or relying on certificates does not by itself establish a lawful basis for processing or alter the personal-data status of any information secured.
Why it matters
Certificate Authorities underpin the trust that allows secure communication across networks. When a browser establishes an encrypted connection to a website, or when an organization validates a signed email or software package, it relies on a chain of trust that ultimately traces back to a CA that vouched for the asserted identity. Without trusted CAs, relying parties would have no scalable way to distinguish a legitimate identity from an impersonated one, and the assurances that public-key cryptography is meant to provide would be significantly weakened.
Who it's relevant to
Inside CA
Common questions
Answers to the questions practitioners most commonly ask about CA.