๐Ÿ” SSL Certificate Viewer

Paste a PEM-format (-----BEGIN CERTIFICATE-----) SSL certificate to see its details.

How to use

  1. Paste a PEM-format SSL certificate.
  2. Click "Check".
  3. Details like issuer, validity period, public key, and SAN are displayed.

๐ŸŽฏ Use Cases

Example

Input
-----BEGIN CERTIFICATE-----
MIIF...(example.com leaf certificate PEM, truncated)...aQ==
-----END CERTIFICATE-----
Output
Version: v3
Signature Algorithm: ecdsa-with-SHA256
Issuer: C=US, O=SSL Corporation, CN=Cloudflare TLS Issuing ECC CA 3
Subject: CN=example.com
Public Key Algorithm: id-ecPublicKey (256 bit)
SAN (Alternate Names): example.com, *.example.com

An illustrative result shown when pasting the example.com certificate PEM. Issuer, subject, public key, and SAN differ for every real certificate, so this is a representative sample.

FAQ

What fields can I check?
You can see the version, serial number, signature algorithm, issuer, subject, validity period, public key algorithm and bit length, SAN, and SHA-256 fingerprint.
Does it tell me whether the certificate has expired?
It shows the validity start and expiry dates, so you can compare them against the current date yourself to check for expiry.
Is the certificate I enter sent to a server?
No. ASN.1 DER parsing is performed entirely in your browser.

More Security Tools

๐Ÿ”‘
Password Generator
Generate strong random passwords
#๏ธโƒฃ
Hash Generator
Generate MD5, SHA-1, SHA-256 hashes
๐Ÿ“ฑ
QR Code Generator
Turn text/URLs into a QR code
๐Ÿ—๏ธ
htpasswd Generator
Generate APR1-MD5 hashed passwords
๐Ÿ“œ
CSR Viewer
Check CSR subject & public key info
โ™ป๏ธ
SSL Certificate Converter
Convert PEM โ†” DER (HEX)
๐Ÿค
Cert/Key Pair Checker
Verify a certificate matches its private key
๐Ÿฉบ
SSL Checker
Check HTTPS connectivity & trust
๐Ÿช„
Self-Signed Certificate Generator
Generate a self-signed SSL cert & key
๐Ÿ”
Base64 Encode/Decode
Convert text โ†” Base64
๐Ÿ”‘
HTTP Auth Header Generator
Build Basic/Bearer Authorization headers
๐Ÿชช
JWT Decoder
Inspect JWT header/payload, verify HS256
๐ŸŽซ
Random Token Generator
Generate Hex/Base64/UUID tokens
๐Ÿ”’
Jasypt Encrypt/Decrypt
Encrypt/decrypt Spring Boot ENC(...) values