Elements of a CSR

Overview

A Certificate Signing Request (CSR) is the block of information you give to a certificate authority so they can issue your SSL certificate. This article explains what each field on the Everleap CSR form means.

Where to find the form

  1. Log in to the Everleap Control Panel at cp.everleap.com.
  2. From the top menu click Services, then SSL Certificates.
  3. In the Create CSR panel, click the Create CSR button.
The Create Certificate Signing Request form showing the Common Name, Organization / Name, Organization Unit, City / Locality, State / Province and Country fields and the Submit CSR Information button

The fields

FieldWhat to enter
Common Name
(required)
The domain name that you wish to secure with HTTPS.
Organization / NameThe name of your company.
Organization UnitThe name of the department ordering the SSL Certificate. Example: IT Department
City / LocalityThe city or the location the company is located.
State / ProvinceThe state or province the company is located.
CountryThe country where the company is located. Choose from the dropdown.

Choosing the right Common Name

The common name must match exactly what visitors type in the address bar.

  • To secure only www.YourHostedDomainName.com, enter www.YourHostedDomainName.com.
  • To secure only YourHostedDomainName.com, enter YourHostedDomainName.com.
  • To secure unlimited subdomains, use a wildcard: *.YourHostedDomainName.com.

Note: On the initial CSR generation, you can only enter one common name. Some SSL vendors can enter additional domain names during the SSL purchase process. Contact the SSL vendor for more information on purchasing multi domain SSL.

Verify It Worked

After clicking Submit CSR Information the Control Panel confirms CSR successfully created and displays the CSR itself, ready to copy and give to your certificate authority. The request also appears in the SSL Certificates list with a status of Requested.

Related Articles