🔍 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