Install Let's Encrypt SSL in cPanel/WHM

Let's Encrypt is a popular open-source license that provides free SSL for your domains. To simplify the installation and renewal of Let's Encrypt certificates, cPanel now offers plugins that can be easily used. With Let's Encrypt, you can automatically generate SSL licenses for domains that have not previously signed a CA certificate.

Before proceeding with the installation, there are two important prerequisites to keep in mind. First, the domain you want to sign up for should be on the cPanel/WHM server. Second, Let's Encrypt ™ CA must be able to visit http://your-domain.tld/.well-known/xxxxx/xxx successfully. These directories or files are created automatically, but make sure that .htaccess rules do not prevent access to them.

Here are the steps for installing the official cPanel plugin for Let's Encrypt:

  1. Access the command line via SSH as the root user.
  2. Run the following command: /scripts/install_lets_encrypt_autossl_provider

Once the installation is complete, follow these steps to enable SSL for your domain:

  1. In the SSL/TLS section, go to AutoSSL and select Let's Encrypt.
  2. Click the Save button at the bottom of the page.
  3. Go to Manage Users and select the domain you want to enable SSL for.
  4. Run AutoSSL to complete the process.

With these simple steps, you can successfully enable SSL for your domain using Let's Encrypt.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...