← Back to Home
Certificate Decoder
Decode SSL certificates from PEM, DER, or base64 format. View certificate details, validity, and issuer information.
🛠️ How to Use
- Paste the certificate in PEM format or upload a .crt/.pem/.cer/.der file.
- Click Decode Certificate.
- Review Subject, Issuer, Validity, Key details and Fingerprints.
- Use Download or Copy to save the original certificate.
Example (PEM)
-----BEGIN CERTIFICATE----- MIIFazCCA1OgAwIBAgIR... -----END CERTIFICATE-----
Note: For .der/.cer files, we auto-convert to PEM for decoding.