PKI & CertificatesAlso called: "digital certificate", "ssl certificate", "tls certificate"
X.509 certificates are the foundation of HTTPS, code signing, and email encryption.
Certificate components
- Subject: Who the certificate represents (domain, organization).
- Issuer: The Certificate Authority (CA) that signed it.
- Public Key: Used for encryption and signature verification.
- Validity Period: Start and expiration dates.
- Signature: CA's cryptographic endorsement.
Certificate types
- DV (Domain Validated): Proves domain ownership only.
- OV (Organization Validated): Includes company verification.
- EV (Extended Validation): Highest assurance with legal vetting.
Related Tools
Explore More PKI & Certificates
View all termsCertificate Transparency (CT)
A public logging system that records all SSL/TLS certificates, enabling detection of misissued or malicious certificates.
Read more →Public Key Infrastructure (PKI)
A framework of policies, processes, and technologies for managing digital certificates and public-key encryption.
Read more →