- What does it show?
- Subject and issuer, validity dates, public key type/size, extensions (SAN, key usage), signature algorithm, fingerprints (SHA-1, SHA-256). Everything needed to audit a cert.
- Does it verify the cert?
- No — it only parses. Verification (chain validation, revocation check) requires contacting CAs. Use openssl or a specific verifier for that.
- Which cert formats?
- PEM (BEGIN CERTIFICATE) and DER (binary, base64-encoded). Chains of multiple certs are decoded one by one.
- Is my certificate private?
- Runs entirely in your browser. Paste production certs safely — they don't leave your device.