devvkit / dev
PEM Certificate Inspector
Decode PEM certificates: subject, issuer, SANs, key details, fingerprints.
Input
share this tool
related tools
Decode PEM certificates and certificate chains locally: subject, issuer, validity, SANs, key type, and SHA-256 fingerprint. Get expiry warnings before your cert silently fails in production.
>[x]Features
- -Parses full chains with multiple certificates
- -Subject, issuer, and validity dates in your timezone
- -DNS and IP SAN extraction
- -RSA/EC public key type and bit size
- -SHA-256 fingerprint with hex format
- -Self-signed detection and chain-root warnings
>>Use Cases
- >Verifying an SSL certificate before deploying
- >Debugging "certificate not trusted" errors
- >Auditing expiry across staging and prod certs
- >Confirming SANs after CSR generation