cert workbench

X.509, decoded locally

Inspect a certificate without uploading it.

Paste a PEM certificate and read every field a developer checks: subject, issuer, validity, key type, SANs, and whether it is a CA or self-signed. It parses in your browser and nowhere else.

nothing leaves your tab. open the network tab and watch.

Try it, live in your browser

X.509 · PEM · parsed in your browser
Certificate: paste a PEM block
reading…

Paste a -----BEGIN CERTIFICATE----- block on the left and its fields appear here.

How it works

  1. Paste

    Drop in a -----BEGIN CERTIFICATE----- PEM block. A server cert, a CA, anything X.509.

  2. Parse in the tab

    A Rust build of the x509-parser crate, compiled to WebAssembly, decodes the DER right here. No request carries your certificate.

  3. Read the fields

    Subject, issuer, validity with an expiry check, serial, signature algorithm, key type and size, SANs, and the CA and self-signed flags.

What it decodes

Why Cert workbench

Part of Sealed

Sealed is a small suite of provably-local developer tools: the work happens in your browser, and the whole promise is that your data never leaves it.

sealedtools.pages.dev →