How to Install an SSL/TLS Certificate In cPanel 11.x

What You’ll Need

1. Your server certificate

This is the certificate you received from the CA for your domain. You may have been sent this via email. If not, you can download it by visiting your Account Dashboard and clicking on your order.

2. Your intermediate certificates

These files allow the devices connecting to your server to identify the issuing CA. There may be more than one of these certificates. If you got your certificate in a ZIP folder, it should also contain the Intermediate certificate(s), which is sometimes referred to as a CA Bundle.

3. Your private key

This file should be on your server, or in your possession if you generated your CSR from a free generator tool. On certain platforms, such as Microsoft IIS, the private key is not immediately visible to you but the server is keeping track of it.

 

Installation Instructions

1. Log in to cPanel

The first step is to login to your cPanel account, this can typically be accessed by going to https://domain.com:2083

Note: You may encounter an error message “Your connection is not private” or something similar when attempting to visit your cPanel login page. This is caused due to your login page using a self-signed certificate by default. Please disregard this and proceed past the error message.

After navigating to your cPanel login page, enter your Username/Password and click Log in.cPanel Step3

Your cPanel Homepage should look like this:

 

 

cPanel Step4

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.

2. Navigate to the SSL/TLS Manager

You can access your SSL/TLS Manager page by scrolling down to the Security section and selecting the SSL/TLS button.cPanel Step5

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 for “SSL”. 

3. Select “Manage SSL Sites”

Your SSL/TLS Manager page will allow you to manage everything related to SSL/TLS configuration for cPanel. The “Manage SSL Sites” Hyperlink is located underneath “Install and Manage SSL for your site (HTTPS)” shown below.

cPanel Step6

4. Select your domain

Change the Domain drop-down to the appropriate domain name that you want to install your SSL certificate on.

cPanel Step8

5. Copy and paste your certificate files

Once you have your domain selected, you just need to copy and paste your individual certificate files into the appropriate text box(s) pictured below.

cPanel Step9

  1. Certificate (CRT) – This is your server certificate that was issued to your domain(s). Note 1: cPanel should automatically fetch the Certificate (CRT) text if you previously uploaded the server certificate in the “Generate, view, upload or delete SSL certificate” section of your SSL/TLS Manager and selected the correct domain name above in the dropdown. Note 2: If you received the certificate in a ZIP file, click “Extract All” and then drag your server certificate into a text editor such as Notepad. This will allow you to copy all text contents needed including “—–BEGIN CERTIFICATE—–” and “END CERTIFICATE—–“.
  2. Private Key (KEY) – This is your private key that was created during the generation process. Note 1: cPanel should automatically fetch the Private Key (Key) text if you previously created the Certificate Signing Request (CSR) in the “Generate, view, or delete SSL certificate signing requests” section of your SSL/TLS Manager and selected the correct domain name above in the dropdown. Note 2: If you made the CSR and private key outside of your cPanel account and failed to save the files, you will have problems proceeding and may need to re-issue the SSL certificate with a newly created key pair.
  3. Certificate Authority Bundle (CABundle) – This is your intermediate certificates that allow browsers and devices to understand who issued your trusted certificate. Note 1: cPanel should automatically fetch the CA Bundle from a public repository.
  4. Note 2: If you have multiple intermediate certificates, paste each of them one after another to create the correct certificate chain/path.

6. Click “Install Certificate”

Once you have the correct certificate files in the appropriate text boxes, simply click the blue “Install Certificate” button.

Congratulations! You’ve successfully installed your SSL certificate! To check your work, visit the website in your browser at https://yourdomain.tld and view the certificate/site information to see if HTTPS/SSL is working properly.

 

 

  • SSL certificate
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Install a TLS/SSL Certificate In Microsoft IIS 10

What You’ll Need 1. Your server certificate This is the certificate you received from the...

How to Install an SSL/TLS Certificate In Plesk v.11, 12, & 12.5

What You’ll Need 1. Your server certificate This is the certificate you received from the CA...