Start with Identity
← Glossary
Standard

X.509

The standard format for public-key certificates used in TLS and PKI. An X.509 certificate binds a public key to a subject and is signed by a certificate authority.

X.509 is everywhere and rarely thought about as identity, which is how estates end up with certificates nobody owns. The fields that carry identity are the subject and subject alternative names, and the trust decision depends entirely on the chain to a root the verifier accepts. Misissuance and template misconfiguration in enterprise CAs have produced some of the most severe privilege escalation paths in Active Directory.

See also: PKI, certificate lifecycle, mTLS, identity CVE catalog

Last reviewed By SWI Community TeamSuggest a correctionHow we research