CSR PARSER

What is a CSR

A Certificate Signing Request (CSR) is a generated certificate request which is generated from your Web server software. This creates your public/private key pair used for encrypting and decrypting secure transactions. In addition to the public/private key it also contains authority information such as the domain name, name location of the company etc...
The generated CSR is then sent to a supplier who will provide you with a certificate generated uniquely based on your CSR.