This is awesome and now you could have free SSL certificates installed on your websites.

I Have just forked a GitHub Project for you to test Free Opensource SSl. Check out yourself...




Step 1: Login into your cPanel server via SSH




Example: # ssh root@<server ip>


Step 2: Use the below commands to clone the git repository and install Let’s Encrypt plugin




root@host [~]# /usr/local/cpanel/3rdparty/bin/git clone https://github.com/MilanKANtony/SSL.git



root@host [~]# cd letsencrypt-cpanel



root@host [~]# ./install.sh



This would install the plugin. To check, you would have to login via Browser and on left side pane scroll all the way down to plugins option. You would see Let’s encrypt plugin there. Rest I believe you could explore of your own as it's very simple enough to work with.

Step 3: Uninstall




At some point if you feel you don’t need this and want to remove it for good, then just run the uninstall script like the same we did to install.



root@host [~]# cd letsencrypt-cpanel



root@host [~]# ./uninstall.sh