Securing a cPanel-enabled account with a cPanel SSL certificate
Your cPanel-enabled account can be configured to automatically generate, install, and renew valid SSL certificates. Learn more here.
This article discusses how cPanel can automatically generate, install, and renew SSL certificates on a cPanel-enabled hosting account.
About cPanel SSL
cPanel SSL is part of an initiative to encrypt as much World Wide Web traffic as possible. It is designed to make creating, installing, and renewing SSL certificates a simple and straightforward process.
Using cPanel SSL
cPanel SSL is enabled for all new and most existing shared and reseller cPanel accounts. To see if cPanel SSL is enabled for your account, follow these steps:
-
Log in to cPanel.
Note
If you do not know how to log in to your cPanel account, please see this article.
-
Open the SSL/TLS tool:
-
If you are using the Jupiter theme, on the Tools page, in the Security section, click SSL/TLS:
-
If you are using the Paper Lantern theme, in the SECURITY section of the cPanel home page, click SSL/TLS:
-
Under CERTIFICATES (CRT), click Generate, view, upload, or delete SSL certificates.
-
Under Certificates on Server, look in the Issuer column for cPanel, Inc.
When cPanel SSL is enabled for your account, you do not have to do anything else. The entire process of generating, installing, and renewing SSL certificates is done automatically. (The server has a process running that automatically renews cPanel SSL certificates every 90 days so they remain valid.)
Note
Certificates can take up to four hours to generate for a new domain. If your site needs a certificate sooner, please reach out to our support team at https://my.hosting.com who will be happy to assist with publishing the certificate as soon as possible.
When cPanel SSL is activated for a cPanel account, certificates are created for every existing domain and any domain that you subsequently add.
Note
When cPanel SSL is enabled for an account, it does not overwrite any existing SSL certificates that are already installed on the account. All non-cPanel SSL certificates take precedence and are enabled before any cPanel SSL certificates.
Troubleshooting
cPanel SSL is enabled by default, but there are instances when it cannot automatically generate an SSL certificate for an account. These include:
-
Other SSL certificates installed: If there is another SSL certificate of any type already installed (for example, valid, expired, or self-signed certificates), the cPanel SSL installer skips the domain and does not generate a certificate.
-
URL rewrites: Any URL rewrite rules that interfere with access to the public_html/.well-known directory can prevent cPanel SSL from generating a certificate. If you use URL rewrite rules, you can add the following line to your .htaccess file to make sure the .well-known directory remains accessible:
RewriteRule ^.well-known - [L]
Tip
For more information about URL rewrites, please see this article.
Related Articles
Updated 3 days ago