An SSL (Secure Sockets Layer) certificate is a digital credential that:
SSL certificates come in different validation levels:
There are also special certificates:
*.example.com
).Together, SSL certificates form the backbone of web security—encrypting connections, verifying identities, and earning user trust.
Field | Description |
---|---|
Subject | The certificate’s Common Name (CN), usually the domain. |
Issuer | The authority that issued the certificate. |
From | “Valid From” timestamp (YYYY‑MM‑DD HH:MM:SS). |
To | “Valid To” timestamp (expiry date). |
Days Left | Number of days until the cert expires. |
Serial | The certificate’s serial number (hex). |
SigAlg | The signature algorithm (e.g. SHA256‑RSA). |
PubKeyAlg | Public key algorithm (RSA/EC/etc.). |
PubKeySize | Public key size in bits. |
SAN | Subject Alternative Names (all hostnames/IPs covered). |
CRL DP | URLs for Certificate Revocation Lists. |
AIA | OCSP/Authority Info Access URLs. |
Fingerprint SHA‑1 | SHA‑1 hash of the DER cert. |
Fingerprint SHA‑256 | SHA‑256 hash of the DER cert. |
An SSL checker verifies a server’s digital certificate and ensures secure communication. The typical process is: