Generating a CSR
How to generate a CSR, the first step in adding SSL to your site
What is a CSR?
CSRs have the information that is needed to request the SSL certificate from the CA (certificate authority). This information isn’t made public.
Where do I get a CSR from?
A CSR can be generated many different ways, and there are many tools online that allow you to request one. In this tutorial, we will be using the CSR generator that's built into the CPanel. A hosting service is required from us in order to access the CPanel
Generating the CSR
Finding the generator
Assuming that you already have a hosting service with us, please open the CPanel and select the "SSL/TLS" option, in the "Security" panel.
If you do not have a hosting service with us active yet, or do not know how to access the CPanel, you can learn how to do so here
Create a Hosting ServiceManage Your Hosting ServiceAfterward, select the domain or subdomain you wish to configure SSL for.
Press the "Generate Key / CSR" button.
Filling out information
Next, follow the prompts to fill out the information needed to generate the CSR, and press the "Generate Key" button after finished. Unless you share the CSR (as it can be decrypted), the information used to generate the CSR is kept private and is only used by the CA to generate your certificate.
Finishing
After finishing generating the CSR, a private key is also generated. The private key is what verifies that you own the website.
KEEP THE PRIVATE KEY SECURED, AND DO NOT SHARE IT WITH ANYONE. Otherwise, others would be able to impersonate and spoof your websites. In the case that you lose the private key, you will have to re-generate the certificate.
Using the CSR to Generate an SSL Certificate
Now that you have a CSR, you can go on to the next step, generating an SSL certificate. Gilect offers a free SSL tool, which is documented here:
Creating an SSL CertificateLast updated