Certificate Decoder
Processing: API. Processed by cent-ai's API: sent to our server, held in memory, never stored.Paste a PEM-encoded X.509 certificate to see its subject, issuer, validity dates, subject alternative names, and public key details. Nothing you paste here is stored or logged.
How to use it
- Paste a PEM-encoded certificate, starting with
-----BEGIN CERTIFICATE-----. - Details appear automatically, or select “Decode certificate” to run it immediately.
- Copy the result to your clipboard.
Example
Select “Use example” above to load a sample self-signed certificate.
Privacy and security
- The certificate is sent to our API only to decode it; it is never persisted or logged.
- Parsing happens in memory using Node’s built-in certificate parser — no network access, no external process.
- Requests are not included in analytics or error reporting.
Limitations
- Decodes the leaf (first) certificate only — no chain validation, no trust check.
- A private key or CSR pasted by mistake is rejected, not decoded.
FAQ
Does this tool connect to any server?
No — it only parses the certificate text you paste in, using Node's built-in certificate parser. If you want to inspect a live host's certificate instead, use the TLS/Certificate Inspector.
Does it validate the certificate chain or check trust?
No — it decodes the fields of the certificate you paste, nothing more. For a trust check against a live host, use the TLS/Certificate Inspector.
What if I paste a bundle of multiple certificates?
Only the first certificate in the bundle is decoded.