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 [email protected]<server ip>
Step 2: Use the below commands to clone the git repository and install Let’s Encrypt plugin
[email protected] [~]# /usr/local/cpanel/3rdparty/bin/git clone https://github.com/MilanKANtony/SSL.git
[email protected] [~]# cd letsencrypt-cpanel
[email protected] [~]# ./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.
[email protected] [~]# cd letsencrypt-cpanel
[email protected] [~]# ./uninstall.sh
0 comments:
Post a Comment