SSL Certificate Decoder
Paste any PEM or DER certificate to see subject, issuer, SAN, validity, and serial details instantly.
Sample Test Data
RSA Leaf Certificate
CN=sample.example.com, RSA 2048-bit, SAN included
Load Sample
Copy
EC Leaf Certificate
CN=ec-sample.example.com, P-256 curve
Load Sample
Copy
Root CA Certificate
Self-signed Root CA, RSA 2048-bit
Load Sample
Copy
Intermediate CA Certificate
Signed by Root CA, issues leaf certs
Load Sample
Copy
Decode Certificate
Certificate & Key Matcher
Verify if a private key pairs with a certificate. Outputs a clear yes/no without persisting any material.
⚠️ Security Notice
This is for testing only. Do not paste production private keys. Use disposable or development keys.
Sample Test Data
RSA Pair (Match)
RSA cert + matching RSA private key
Load Sample
EC Pair (Match)
EC cert + matching EC private key (P-256)
Load Sample
Mismatch
RSA cert + EC private key (should fail)
Load Sample
CLI alternative (local):
# Compare modulus (RSA keys)
openssl x509 -noout -modulus -in cert.pem | openssl md5
openssl rsa -noout -modulus -in key.pem | openssl md5
# Matching hashes mean the pair is valid
Certificate
Private Key
Check Match
CSR Decoder
Inspect a Certificate Signing Request to see CN, SAN, key type, and size before submission.
Sample Test Data
RSA CSR
CN=sample.example.com, RSA 2048-bit with SAN
Load Sample
Copy
EC CSR
CN=ec-sample.example.com, P-256 curve
Load Sample
Copy
Decode CSR
Certificate Converter
Flip between PEM, DER/CRT, and PFX/P12. Upload binaries or paste base64. Passwords stay in-memory only.
⚠️ Security Notice
Converter may handle private keys when PFX/P12 files are provided. Use non-production material or host locally.
Sample Test Data
PEM Certificate
RSA leaf cert in PEM format, convert to DER/PFX
Load Sample
Copy
PEM Cert + Key (to PFX)
RSA cert + private key pasted together, convert to PFX
Load Sample
PFX/P12 Bundle (to PEM)
RSA cert + key + chain, no password, base64-encoded
Load Sample
Copy
Input Format
Auto-detect
PEM
DER
CRT
PFX/P12
Output Format
PEM
DER
CRT
PFX/P12
Password (for PFX/P12 files)
Certificate Data
Convert Certificate