Created
February 24, 2022 08:52
-
-
Save myrual/c93e2a1d6c06c15aae9c67ce8a4f8373 to your computer and use it in GitHub Desktop.
Bitnami based let's encrypt update
This file contains 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
sudo /opt/bitnami/ctlscript.sh stop | |
sudo /opt/bitnami/letsencrypt/lego --tls --email="[email protected]" --domains="www.domain.com" --path="/opt/bitnami/letsencrypt" renew --days 90 | |
sudo /opt/bitnami/ctlscript.sh start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment