Created
January 2, 2021 05:14
-
-
Save sneakers-the-rat/0d17da7c9297ca1d33b23fa33086c3a4 to your computer and use it in GitHub Desktop.
use acme to issue and maintain a cert on cpanel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# curl https://get.acme.sh | sh | |
./.acme.sh/acme.sh --force --issue -d website.com -d www.website.com -w /home/nod3bp3usey4/public_html/website_path | |
./.acme.sh/acme.sh --deploy -d website.com -d www.website.com --deploy-hook cpanel_uapi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment