Decode and inspect X.509 certificates — subject, issuer, SANs, key info, extensions & security analysis. 100% client-side.
Paste a PEM-encoded certificate (starts with -----BEGIN CERTIFICATE-----). Nothing leaves your browser.
This tool parses X.509 certificates entirely in your browser using a pure JavaScript ASN.1 DER parser. No data is sent to any server.
Tip: To get a certificate from a website, run: openssl s_client -connect example.com:443 -servername example.com </dev/null 2>/dev/null | openssl x509