Security & Auth Processed locally

Certificate & PEM Tools

Paste a PEM certificate, CSR, key, or chain bundle. The tool auto-detects each block and decodes X.509 certificates (subject, issuer, SANs, validity, key/signature algorithm, extensions, fingerprints) and CSRs, flags weak keys / SHA-1 / expiry, and reports the chain order. The Findings, Chain, and OpenSSL tabs carry the details. Runs in your browser with forge; certificates are never uploaded.

Auto-parses as you type. Ctrl+Enter to re-run.

How to use the Certificate & PEM Tools

Decode X.509 certificates, inspect CSRs, view SANs and expiry dates, and split PEM bundles into individual blocks before configuring TLS, NGINX, HAProxy, load balancers, mTLS clients, or certificate renewal tasks. Useful for cert audits, mTLS troubleshooting, expiry tracking, and chain validation. Everything runs in your browser; certificates and CSRs are never uploaded.

What it does

When to use it

How to use it

  1. Paste the full PEM block (including -----BEGIN CERTIFICATE----- / -----END CERTIFICATE-----), a CSR, or a chain bundle.
  2. The tool auto-detects certificates, CSRs, and keys and parses them instantly.
  3. Read the verdict (type, subject, expiry), then open the Findings, Chain, and OpenSSL tabs.
  4. Copy the parsed JSON, or use the OpenSSL commands to convert / inspect on the CLI.
  5. For private keys and JWKs, use the JWK / JWKS / PEM Converter.

Tips & pitfalls

FAQ

Runs locally in your browser. No uploads. Certificates and CSRs are parsed entirely in-browser.

Related tools

Related guides

Common tasks solved by this tool

Continue in a security debugging workflow

Chain this into related tools, or build it as a saved workflow in Workflows.

  1. Inspect the certificate or PEM block — this tool
  2. Convert the key to JWK or PEM
  3. Decode the JWT it verifies
  4. Verify webhook signatures

Part of the security and debugging toolkit

Sanitize logs, verify signatures, decode tokens and inspect certificates locally before sharing sensitive debugging data.