Loading...

Knowledge Base

How To Decode a CSR

If you need to decode a CSR to see the information that it contains (for example, if you want to double-check that you have entered all the information correctly) then you can use OpenSSL to do it with a single command.

Open up OpenSSL and enter in the following command to view the deciphered contents of your Certificate Signing Request:

openssl req -in server.csr -noout -text
Did you find this article helpful?

 
* Your feedback is too short

Loading...