How Can We Help?
How to Install & Activate SSL in cPanel Hosting
Here’s how you install and activate an SSL certificate on cPanel. The easiest way is to use AutoSSL, a free feature that automates the entire process. If you have a third-party SSL, you can install it manually.
Method 1: Using AutoSSL (Recommended)
This method is the simplest as it’s fully automated and free.
- Log in to cPanel.
- In the Security section, click on SSL/TLS Status.
- On this page, you’ll see a list of your domains. AutoSSL usually runs automatically, but if your domain doesn’t have a certificate, click the Run AutoSSL button.
- cPanel will then request, validate, and install a free SSL certificate for all eligible domains on your account. This process can take a few minutes.
- Once it’s complete, the status for your domain will show a green padlock icon and a message confirming the certificate is installed.
After the certificate is installed, you should redirect all your website traffic to HTTPS to ensure a secure connection. You can do this in the Domains section of cPanel under Redirects.
Method 2: Manual Installation of a Third-Party SSL
If you purchased an SSL certificate from a third party, you’ll need to install it manually.
- Log in to cPanel.
- In the Security section, click on SSL/TLS.
- Click on Manage SSL Sites under the “Install and Manage SSL for your site (HTTPS)” heading.
- Paste the Certificate Files: On this page, you’ll see fields to paste your certificate’s files.
- Certificate: Paste the code from your SSL certificate file (
.crt
). - Private Key: Paste the code from your private key file (
.key
). If you generated the key in cPanel, it might be auto-filled. - Certificate Authority Bundle: Paste the code from your CA Bundle file (
.ca-bundle
).
- Certificate: Paste the code from your SSL certificate file (
- Click the Install Certificate button. cPanel will validate the files and install the SSL for your chosen domain.
- Just like with AutoSSL, make sure to redirect your site to HTTPS after installation.