CSR Decoder
The Certificate Signing Request (CSR) Decoder is a simple tool used to decrypt the information in your Certificate Signing Request. The decryption allows you to check whether it contains the correct information or not.
Basically, a CSR is an encrypted message containing identifying information sent to a Certificate Authority to apply for an SSL Certificate. Your CSR should start with:
-----BEGIN CERTIFICATE REQUEST-----
and end with:
-----END CERTIFICATE REQUEST-----
Note: There must be five dashes on either side of both prompts.