How to activate my free SSL Certificate in cPanel

Installing a Let's Encrypt SSL (Secure Socket Layer) certificate through cPanel is a simple process that can be completed in just a few steps. Let's Encrypt is a free and open-source certificate authority that provides digital certificates for Transport Layer Security (TLS) encryption. By installing an SSL certificate, you can encrypt the communication between your website and its visitors, providing them with a secure and safe browsing experience.

Here's a step-by-step guide on how to install a Let's Encrypt SSL certificate through cPanel:

Step 1: Log in to cPanel

The first step is to log in to your cPanel account. If you are not sure how to log in, contact us for assistance.

Step 2: Navigate to the Let's Encrypt SSL menu

Once you are logged in, navigate to the "Let's Encrypt SSL" menu in the "Security" section of cPanel.

Step 3: Choose the domain to install the SSL certificate

In the Let's Encrypt SSL menu, you will be prompted to choose the domain that you want to install the SSL certificate on. Select the domain from the drop-down menu.

Step 4: Issue the SSL certificate

After choosing the domain, click on the "Issue" button to issue the SSL certificate. The process may take a few minutes to complete.

Step 5: Install the SSL certificate

Once the SSL certificate is issued, you will be prompted to install it. Click on the "Install" button to complete the installation process.

Step 6: Verify the SSL certificate

After the SSL certificate is installed, you can verify its installation by visiting your website using https protocol (https://yourdomain.com)

Step 7: Force https

It's recommended to force https for your website, this can be done in diverse ways, but one of the easiest is to redirect all the requests from http to https in your .htaccess file, you can do this by adding the following code:

RewriteEngine On

RewriteCond %{HTTPS} off

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

In conclusion, installing a Let's Encrypt SSL certificate through cPanel is a straightforward process that can be completed in just a few steps. By installing an SSL certificate, you can encrypt the communication between your website and its visitors, providing them with a secure and safe browsing experience. Remember to always verify the installation of the certificate and force https for your website for an optimal security.

 
  • cPanel, SSL, Let's Encrypt
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Cannot add email account as it already exist

On rare occasions there may be a time when adding or removing accounts cannot quite finish the...

How to create a new email address in cPanel

Creating an email address using cPanel is a straightforward process that can be done...

Creating an email forwarder in cPanel

Creating an email forwarder in cPanel is a straightforward process that can be done...

Creating email filters in cPanel

Spam filters are an essential tool for keeping your inbox free from unwanted...

How to restore a backup using Jet Backup in cPanel

Restoring a backup in Jet Backup 5 in cPanel is a straightforward process that can be...