SSL/TLS Certificate Decoder & Checker
Decode a pasted PEM X.509 certificate or CSR entirely in your browser — extract subject, issuer, validity, SAN list, key type/size, signature algorithm, serial, and SHA-1/SHA-256 fingerprints; check expiry with a live countdown; verify chain order across multiple pasted PEMs; match SANs against a hostname (wildcard-aware); flag weak signature algorithms (MD5/SHA-1) and short RSA keys (<2048); and generate the exact openssl commands (s_client, x509 -text, fingerprint, verify chain, SAN extraction) for live-host checks. 100% client-side parsing — your PEM never leaves the browser.
Decode a pasted PEM X.509 certificate or CSR entirely in your browser — extract subject, issuer, validity, SAN list, key type/size, signature algorithm, serial, and SHA-1/SHA-256 fingerprints; check expiry with a live countdown; verify chain order across multiple pasted PEMs; match SANs against a hostname (wildcard-aware); flag weak signature algorithms (MD5/SHA-1) and short RSA keys (<2048); and generate the exact openssl commands (s_client, x509 -text, fingerprint, verify chain, SAN extraction) for live-host checks. 100% client-side parsing — your PEM never leaves the browser. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.