What does the X.509 decoder show?
Certificates carry identity and trust metadata used by TLS, SAML, and mTLS. Reading Subject, Issuer, SANs, and expiry quickly helps debug handshake and SSO failures.
This decoder parses PEM/DER locally so certificate contents are not uploaded for inspection.
How to use this tool
- Paste a PEM certificate or provide DER/Base64 input.
- Review subject, issuer, SANs, key usage, and validity.
- Compare the decoded fields with what your SP, IdP, or TLS client expects.
Frequently asked questions
Is the certificate uploaded?
No. Decoding runs in your browser. Prefer not pasting production private keys into any web tool.