X.509 Certificate
An X.509 certificate is a digital document that binds a public key to the identity of a person, computer, service, or device, so that others can trust who they are communicating with. It contains identifying information, a public key, and a digital signature that helps make the certificate difficult to forge. These certificates are commonly issued by a trusted certificate authority (CA), though they can also be self-signed by the entity itself rather than issued by a CA.
X.509 is a standard format for public key certificates that binds a public key to a subject's identity (a unique name) along with additional metadata, rendered resistant to forgery through a digital signature. A typical X.509 certificate includes the subject's public key, identifying information, and a digital signature; in the certificate structure, the signature algorithm is generally duplicated in the TBSCertificate.signature field so that it is protected as part of the signed content. Certificates may be issued by a certificate authority (CA) or subordinate CA within a PKI trust hierarchy, or they may be self-signed by the entity, which affects the trust model under which the certificate is validated. This entry addresses the general concept and format of X.509 certificates and does not cover specific control-baseline, agency-tailoring, or contractual requirements governing certificate use in DoD RMF, FISMA, or CUI environments; readers should verify applicable current authoritative guidance for those contexts.
Why it matters
X.509 certificates are the foundational building block of most public key infrastructure (PKI) deployments used to authenticate people, devices, and services and to establish encrypted communications. Because a certificate binds a public key to a named identity through a digital signature, it allows one party to gain a degree of assurance about who or what it is communicating with. In defense and public sector environments, this identity-binding function underpins many authentication, integrity, and confidentiality mechanisms that broader compliance frameworks rely upon.
The trust conferred by a certificate depends entirely on how it was issued and validated. A certificate issued by a trusted certificate authority (CA) or subordinate CA within a recognized PKI hierarchy carries a different trust posture than a self-signed certificate that the entity generated for itself. A common expert-level error is treating any valid-looking certificate as inherently trustworthy without confirming the issuer, the trust chain, and whether the certificate remains valid. Relying on a certificate is not the same as verifying it, and possession of a certificate alone does not establish that the underlying PKI is being managed securely.
This entry addresses the general concept and format of X.509 certificates. It does not cover the specific control-baseline requirements, agency tailoring, or contractual obligations that govern certificate issuance and use in DoD RMF, FISMA, or Controlled Unclassified Information (CUI) environments. Requirements for approved certificate authorities, algorithm selection, and validation practices vary by system categorization and revision of applicable guidance, so readers should verify current authoritative sources before drawing compliance conclusions.
Who it's relevant to
Inside X.509 Certificate
Common questions
Answers to the questions practitioners most commonly ask about X.509 Certificate.