SSL certificate decoder and X.509 viewer
An online tool for reading X.509 / SSL certificates. It decodes every field — subject, issuer, validity, Subject Alternative Names, key usage, extensions, Certificate Transparency proofs — and then explains which of them are a problem. Accepts PEM, DER, base64, hex, a whole chain, or a certificate signing request, and works out which of those you pasted on its own.
How to use it
Paste the certificate text, drop a .crt/.cer/.der/.pem file onto the box, or pick one with the file button. Several files at once are read as one chain.
Optional. Enter the domain the certificate is meant to serve and it will confirm the name is really covered.
Problems are listed before details, most serious first. Passed checks are collapsed so a healthy certificate reads as "nothing wrong".
Below the verdict every field is laid out: names, subject, issuer, key, fingerprints and each extension decoded rather than dumped as hex.