Free SSL Certificate (for cPanel and other instances) via Let's Encrypt
DBG
May 26 2017

0  3K+ {{tagitem.name}}
This is a slight update to StephenS's post " How to setup SSL on your website for FREE with cPanel " due to the fact that StartSSL has had various issues which create a situation where the browser you are using may consider the certificate invalid, even if you did everything right. I will be focusing on cPanel, just like the original post, however, the official Let's Encrypt website has very solid documentation that covers other means of installing their SSL certificates.

cPanel comes with an extension called "AutoSSL" that helps to ensure that your site(s) always has a valid SSL certificate. Due to this, the only tasks that you need to perform are enabling the Let's Encrypt AutoSSL script and configuring the front-end with your settings.

The following assumes that you have root access to the machine that cPanel is running on (if this is not the case, a ticket can be created to request this feature). Log into your shell either as root or sudo the following command:
/scripts/install_lets_encrypt_autossl_provider


From here you can now open cPanel Home > SSL/TLS > Manage AutoSSL. There will be a new box for the Let's Encrypt service which you should select, as well as enabling "Allow AutoSSL to replace invalid or expiring non-AutoSSL certificates." Due to Let's Encrypt renewal feature, this will let cPanel automatically retrieve new replacement certificates as they become available. More information on how AutoSSL works overall can be found here.

Please Login or Sign Up to leave a reply.