Skip to content

SSL Certificate Checker

Decode and analyze PEM certificates — subject, issuer, validity, SANs, key strength, and trust indicators.

[Lab Tool] [Security Analysis]

All processing happens locally in your browser. No data is sent to any server.

How to get a PEM certificate

Run one of these commands in your terminal, then paste the output above:

openssl s_client -connect example.com:443 -servername example.com </dev/null 2>/dev/null | openssl x509
echo | openssl s_client -connect example.com:443 2>/dev/null | sed -n '/BEGIN CERT/,/END CERT/p'