What is a CSR?
A Certificate Signing Request is a PKCS#10 structure containing a subject name, public key, optional attributes and requested certificate extensions, signed with the matching private key.
Decode PEM, DER, Base64, or hex PKCS#10 certificate requests. Inspect the subject, public key, SANs, requested extensions, attributes, and self-signature.
Parsing and supported self-signature checks run in a browser worker. The CSR is not uploaded and referenced addresses are not contacted.
Subject, public-key details, requested SANs and extensions, attributes, signature status, and the correlated ASN.1 tree will appear here.
DecodeLens correlates PKCS#10 fields with the original ASN.1 bytes, identifies public-key and signature algorithms, lists requested SANs and extensions, and checks the proof-of-possession signature when the browser supports it.
Continue with tools that decode, convert, inspect, or verify the same data.
Inspect PEM or DER certificates, identity, validity, algorithms, SANs, extensions, fingerprints, and chain signatures.
Open toolDecode DER, BER, Base64, hex, or binary files into an offset-aware ASN.1 TLV tree with OID names and canonical DER diagnostics.
Open toolDecode Base64 text or files, or encode UTF-8 text and raw file bytes locally.
Open toolInspect CMS and PKCS#7 content types, SignedData certificates and signers, EnvelopedData recipients, digest metadata, embedded content, and ASN.1 offsets.
Open toolPaste a CERTIFICATE REQUEST block and select Inspect CSR. Confirm the subject, public key, SAN list, requested extensions, and self-signature before sending it to a CA.
-----BEGIN CERTIFICATE REQUEST-----
MIIC…
-----END CERTIFICATE REQUEST-----CN=api.example.test · RSA 2048 bit
SAN: api.example.test
Self-signature: verifiedA Certificate Signing Request is a PKCS#10 structure containing a subject name, public key, optional attributes and requested certificate extensions, signed with the matching private key.
No. It verifies the request's self-signature only. A certificate authority must separately validate identity or domain control and decide whether to issue a certificate.
No. Parsing, ASN.1 analysis, and supported signature verification run in the browser worker.