AdnanHussainTurki / acme.sh_for_cpanel

Hey there! This script will deploy SSL for all your domains without renewing your cPanel license for free.

Home Page:https://www.myphpnotes.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Free SSL for expired/unlicensed cPanel based server

Do you run a server which is based on cPanel but don't want to buy a license for having SSL for all your domains? This repo is right for you. You will need to use root access to the server in order make use of it

Installation

  • Login to your cPanel based server via root or sudoer
  • Change directory to root
cd /root
git clone https://github.com/acmesh-official/acme.sh.git
cd ./acme.sh
./acme.sh --install -m you@somewhere.com
  • Clone this repository
git clone https://github.com/AdnanHussainTurki/acme.sh_for_cpanel
  • Change directory to acme.sh_for_cpanel
cd acme.sh_for_cpanel
  • Run the script secure.sh (with sudo if applicable)
sh secure.sh
  • That is all. All of your domains and subdomains linked with Apache will be renewed from ZeroSSL for 90 days.

You could help in this simple code too...

The smart ones among you may already be thinking, if we could add a cron job for run the secure.sh script every 90 days that would be great. Yes. Unfortunately I could not be able find much time for this. :(

If you able to implement this, please contribute. Thanks.

How to contribute

  • Create a fork, make changes and send a pull request.
  • Raise a issue

Buy me a coffee

License

Licensed under Apache 2.0. You can check its details here.

About

Hey there! This script will deploy SSL for all your domains without renewing your cPanel license for free.

https://www.myphpnotes.com


Languages

Language:Shell 100.0%