Most Popular
- More Discussion About How Firefox 3 Handles SSL Certificates
- SSL Host Headers in IIS 7
- How to Create a Self Signed Certificate using Java Keytool
- How to Create A Self Signed Certificate
- Free SSL Certificates from a Free Certificate Authority
SSL Quick Search
CSR Decoder
Use this CSR Decoder to decode your Certificate Signing Request and and verify that it contains the correct information. A Certificate Signing Request is a block of encoded text that contains information about the company that an SSL certificate will be issued to and the SSL public key. Once a CSR is created it is difficult to verify what information is contained in it because it is encoded. Since certificate authorities use the information in CSRs to create the certificate, you need to decode CSRs to make sure the information is accurate. To check CSRs and view the information inside of them, simply paste your CSR into the box below and the AJAX CSR Decoder will do the rest. Your CSR should start with "-----BEGIN CERTIFICATE REQUEST----- " and end with "-----END CERTIFICATE REQUEST----- ". If you are interested, you can also learn more about Certificate Signing Requests. Once you have your CSR, use our SSL Wizard to find the best SSL provider.
If you want to check CSRs on your own computer, run this OpenSSL command:
openssl req -in mycsr.csr -noout -text
