CSR decode

Decode CSR file

Often when generating a new certificate and two-step process must be followed:
1. Generate a key-pair and issue a certificate signing request containing only the public key.
2. Involve a CA to verify identity of the applicant and then digitally sign an identity certificate.

Generating a CSR can be done using PKCS #10.
You can see the details of the signing request. Read more about certificate signing request at Wikipedia: Certificate signing request

-
Type Value