CSR - Certificate Signing Request

CSR STRUCTURE

A CSR is divided into 3 main parts.

  1. Certificate Request Information - Version number (0) and required identification information.
  2. Signature Algorithm Identifier - CSR will be signed with private key of the requestor. Prevents an entity from requesting a bogus CSR on your behalf.
  3. Digital Signature.

CSR DECODER

COMMAND : openssl req -noout -text -in <your csr file name>

SUBMITTING A CSR

Once a CSR is generated in the correct format on your server , most CA’s have secure websites for uploading it.