Skip to main content

How to Generate a CSR for cPanel

1. Log In

Log in to cPanel, this can typically be accessed by going to https://domain.com:2083.
Note: You may encounter error message “Your connection is not private” or something similar when attempting to visit your cPanel login page. This is caused du
Enter your Username/Password and click Log in.
cPanel Step2

2. Navigate to cPanel Home

View your cPanel Home page.
cPanel Step3
Note: Older versions such as X3 Theme-Classic may not look like the image above, but should still contain the same concept and category structure.

3. Navigate to the SSL/TLS Manager

Navigate to the SSL/TLS Manager page by scrolling down to the Security section and select the SSL/TLS button.cPanel Step4
Note: You can also navigate to the SSL/TLS Manager page by utilizing the Search Feature at the top right of the cPanel home page and searching “SSL”.
Your SSL/TLS Manager page will allow you to manage everything related to SSL/TLS configuration for cPanel.cPanel Step5

4. Select Generate view, upload, or delete SSL certificate signing requests.

Fill out the Request Form and click Create.
cPanel Step7
Note 1: By default, cPanel will automatically generate the corresponding private key if “Generate a new 2,048 bit key” is selected as the Key option. If you already have a private key created that you wish to use, select the Key dropdown and select the appropriate option.
Note 2: cPanel does not require a passphrase for your CSR, but does recommend inputting a description such as “CSR for www.google.com 9/13/2016” that helps distinguish this CSR going forward.
Note 3: To avoid common mistakes when filling out your CSR details, reference our Overview of Certificate Signing Request article.

5. Generate the order

Congratulations, you have created a CSR and automatically saved it in your user directory.
cPanel Step8
Click into the Encoded Certificate Signing Request text box that’s presented after generation, and copy all of the text including:
-----BEGIN CERTIFICATE REQUEST-----
And
-----END CERTIFICATE REQUEST-----
Return to the Generation Form back on our website and paste the entire CSR into the blank text box and continue with completing the generation process.
Upon generating your CSR, your order will enter the validation process with the issuing Certificate Authority (CA) and require the certificate requester to complete some form of validation depending on the certificate purchased.

Comments

Popular posts from this blog

Know more about Nich Cloud ..

Overview In this article we will take a step back from my typical technical discussions and how-to guides to think about the path that lies ahead of us, in our industry. Today we have a very polarizing environment, similar in fact to the US political system.  On one side you have extremely customized on-premise environments that serve specific purpose or business niches but on the whole are hard, if not impossible to maintain and very costly. On the other side you have generic public cloud, infrastructure that always works (well almost, nothing is perfect), scales and is available at click of a button with predictable pricing structure but doesn’t fit specific purpose by default. The industry has for many years recognized these worlds were growing further apart and defined the solution as hybrid cloud management to manage them or even bridge the worlds. But gluing two polarized worlds together was only ever destined to fail. Hybrid cloud, which often drags with it the managem...

What is the Difference between Floating IP and private IP

Private IP Address A private IP address is assigned to an instance's network-interface by the DHCP server. The address is visible from within the instance by using a command like “ip a”. The address is typically part of a private network and is used for communication between instances in the same broadcast domain via virtual switch (L2 agent on each compute node). It can also be accessible from instances in other private networks via virtual router (L3 agent). Floating IP Address A floating IP address is a service provided by Neutron. It's not using any DHCP service or being set statically within the guest. As a matter of fact the guest's operating system has no idea that it was assigned a floating IP address. The delivery of packets to the interface with the assigned floating address is the responsibility of Neutron's L3 agent. Instances with an assigned floating IP address can be accessed from the public network by the floating IP. A floating IP address ...

How to calculate server requirement for your website.

Hardware requirements: Minimal hardware Verify that your hardware meets the requirements of the selected version of the system. Depending on your needs you might manage with less system resources than recommended in the table below. However, most users risk being unpleasantly surprised if they ignore these suggestions. As can be seen, it is possible to run a graphical desktop environment on older or low-end computers. In this case, we recommend installing a desktop environment that uses less resources than KDE; XFCE seems a good choice. Calculate Directory Server CPU i686 or newer (Intel Pentium Pro and higher, AMD Athlon and above) RAM 256 MB Disk Space 4 GB Swap usually not less than the RAM size Calculate Linux Desktop KDE CPU i686 or newer (Intel Pentium Pro and higher, AMD Athlon and above) RAM 512 MB Disk Space 7 GB Swap usually not less than the RAM size Calculate Linux Desktop XFCE CPU i686 or newer (Intel Pentium Pro and higher, AMD Athlon and ab...