Skip to main content
Category: Cryptography and Encryption

Certificate Authority

Also known as: CA, Certification Authority
Simply put

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.

Formal definition

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

Security and infrastructure teams
Teams responsible for TLS, code signing, and email security depend on CAs to issue and revoke the certificates that secure their systems. Understanding the CA's role in binding identity to a public key helps these teams evaluate trust decisions and manage the certificates their services rely on. Note that the operational and audit requirements CAs must meet, and trust hierarchy design, are out of scope for this entry.
Privacy and data protection practitioners
CAs and the certificates they issue are a security control concept and are distinct from data governance obligations. Practitioners should note that issuing or relying on certificates does not by itself establish a lawful basis for processing, nor does encrypting data secured by such certificates alter the personal-data status of that information. Encryption remains a security measure applied to data that generally continues to be personal data.
Compliance and governance leads
Those assessing an organization's security posture should recognize CAs as part of the PKI trust framework rather than as a mechanism that satisfies data governance or privacy obligations. Demonstrable accountability under governance frameworks requires evidence beyond the presence of a security control such as certificate-based trust.

Inside CA

Root Certificate
The self-signed certificate at the top of a certificate authority's trust hierarchy. Its private key is the ultimate anchor of trust and is typically kept offline and heavily protected because a compromise would undermine every certificate issued beneath it.
Intermediate Certificate Authority
A subordinate CA whose certificate is signed by the root (or another intermediate). Intermediates are generally used for day-to-day issuance so the root key can remain offline, and they allow revocation or replacement of a signing tier without invalidating the root.
Certificate Signing Request (CSR)
A request submitted by a subject that contains the public key and identifying attributes to be certified. The CA validates the request before binding the identity to the public key through its signature.
Digital Signature and Public Key Binding
The core function of a CA is to cryptographically bind an identity to a public key by signing the issued certificate with the CA's private key, allowing relying parties to verify authenticity through the trust chain.
Revocation Mechanisms
Facilities such as Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol (OCSP) responders that let relying parties determine whether a previously issued certificate is still valid or has been revoked before expiry.
Certificate Policy and Certification Practice Statement
Governance documents describing the rules under which certificates are issued, the validation procedures applied, and the operational practices of the CA. These support demonstrable accountability for how trust is administered.
Validation Procedures
The identity-verification steps performed before issuance, which vary by certificate type and assurance level and determine how strongly the certified identity has been confirmed.

Common questions

Answers to the questions practitioners most commonly ask about CA.

Does obtaining a certificate from a Certificate Authority make the data it protects non-personal?
No. A Certificate Authority issues digital certificates that support encryption and identity verification in transit, but encryption is a security control, not a de-identification technique. Data protected by TLS certificates remains personal data if it identifies or relates to an individual. Certificates address confidentiality and integrity in transmission; they do not change the legal classification of the underlying data or remove it from the scope of regimes such as the EU GDPR or UK GDPR.
Is running a Certificate Authority primarily a data governance function?
Not principally. A Certificate Authority sits within information security, specifically the confidentiality, integrity, and identity-assurance controls associated with public key infrastructure. Data governance concerns ownership, stewardship, data quality, lineage, and policy. The two overlap where certificate lifecycle policies must be documented and evidenced, but issuing and validating certificates is a security operation rather than a governance-of-data activity, and the distinction should not be collapsed.
What role does a Certificate Authority typically play in an organization's security architecture?
A Certificate Authority typically issues, signs, and manages the lifecycle of digital certificates used to authenticate identities and establish encrypted channels. Organizations may rely on public CAs for externally facing services or operate an internal CA for private infrastructure. This entry does not cover the specific cryptographic algorithms, trust chain mechanics, or vendor selection criteria involved.
How should certificate lifecycle management be documented for accountability purposes?
Under governance and standards frameworks, accountability generally requires demonstrable evidence rather than stated intent. In practice this typically means documented issuance, renewal, and revocation procedures, records of certificate inventories, and defined ownership. This entry does not prescribe specific retention periods or map these practices to any single regulatory obligation.
Who is generally responsible for certificate revocation when a key is compromised?
Responsibility generally rests with the party operating or contracting the Certificate Authority function, coordinated with the security team that identifies the compromise. Clear role assignment is important so that revocation is timely and evidenced. This entry does not address the technical revocation mechanisms or the timelines that may apply under specific contracts or standards.
Does deploying certificates from a Certificate Authority guarantee compliance with data protection requirements?
No single control guarantees compliance. Certificates can support security obligations that regimes such as the EU GDPR, UK GDPR, or HIPAA expect to be addressed, but compliance depends on context, jurisdiction, and overall implementation. Certificates are one component of a broader control environment and do not by themselves satisfy lawful basis, transparency, or accountability requirements.

Common misconceptions

A certificate issued by a trusted CA guarantees that the connection or data is secure and compliant.
A certificate typically attests to a validated binding between an identity and a public key and enables encrypted, authenticated communication. It does not by itself guarantee end-to-end security, correct configuration, or regulatory compliance, all of which depend on broader implementation and context. A CA supports information security objectives such as confidentiality and integrity, but it is not a compliance control on its own.
Encrypting data in transit using CA-issued certificates removes it from the scope of data protection obligations.
Encryption is a security measure that protects data but does not render personal data non-personal. Data protected by transport encryption generally remains personal data and continues to attract applicable obligations under regimes such as the EU GDPR, UK GDPR, or others, depending on jurisdiction and context.
Once a certificate is issued it remains trustworthy until it expires.
Certificates can be revoked before their scheduled expiry, for example due to key compromise or changed circumstances. Relying parties should consult revocation mechanisms such as CRLs or OCSP rather than assuming validity based solely on the expiry date.

Best practices

Keep root CA private keys offline and protected, and use intermediate CAs for routine issuance so the root can be replaced or the signing tier rotated without invalidating the entire trust chain.
Implement and monitor revocation mechanisms such as CRLs and OCSP so relying parties can detect certificates that have been revoked before their expiry.
Apply validation procedures appropriate to the assurance level required, and document them in a certificate policy and certification practice statement to provide demonstrable evidence of how trust is administered.
Treat CA-issued encryption and authentication as one security layer among many, and do not assume a valid certificate satisfies data protection or compliance obligations, which depend on jurisdiction and implementation.
Manage certificate lifecycles proactively, including timely renewal, rotation, and revocation, to avoid reliance on expiry dates alone as an indicator of trustworthiness.
Maintain governance oversight of the CA function, assigning clear ownership and accountability supported by auditable records rather than stated intent.