Paste a PEM-encoded certificate to see its subject, issuer, validity dates, and extensions decoded into readable JSON entirely client-side.
Uses a built-in minimal ASN.1 DER parser (not a full X.509 toolkit — covers the fields above, not extensions like SANs or key usage yet). Decoding runs entirely client-side; the certificate never leaves your browser.
Related