X509certifikat
X.509 certificate, often referred to in some contexts as X509certifikat, is a digital certificate that uses the X.509 standard to bind a public key to the identity of an entity within a public key infrastructure (PKI). It is widely used to enable secure communications and authenticated identities in protocols such as TLS/SSL, S/MIME, and code signing.
The certificate’s data is encoded in a structure called TBSCertificate and is signed by the issuer’s private
Key fields include version, serialNumber, signatureAlgorithm, issuer (the cert authority), validity period (Not Before and Not
Usage covers TLS/SSL for securing web traffic, VPNs, and client authentication, as well as S/MIME and code
Validation and revocation: during use, the certificate’s signature, validity period, and issuer are checked, and the