- What is a CSR?
- Certificate Signing Request — what you send to a Certificate Authority to get a signed cert. Contains your public key and the identity info (CN, O, OU, etc.).
- What does the decoder show?
- Subject details, public key type/size, requested extensions (SAN, key usage), signature algorithm. Everything you need to verify before submitting to a CA.
- Can I edit a CSR?
- No — editing a CSR would invalidate the signature. Regenerate with the correct values using openssl req.