CSR

A Certificate Signing Request (CSR) is one of the first steps towards getting your own SSL/TLS certificate. It is generated on the same server you plan to install the certificate on, and contains information (e.g. common name, organization and country) the Certificate Authority will use to create your certificate. It also contains the public key that will be included in your certificate and is signed with the corresponding private key (aka CSR key).