fix acme.sh to use letsencrypt by default in new installs
update install script so that acme.sh will use LetsEncrypt instead of ZeroSSL when the `--letsencrypt` parameter is used.
This commit is contained in:
1
install
1
install
@@ -421,6 +421,7 @@ wo_install_acme_sh() {
|
||||
/etc/letsencrypt/acme.sh --config-home '/etc/letsencrypt/config' --upgrade --auto-upgrade
|
||||
/etc/letsencrypt/acme.sh --config-home '/etc/letsencrypt/config' --uninstall-cronjob
|
||||
/etc/letsencrypt/acme.sh --config-home '/etc/letsencrypt/config' --install-cronjob
|
||||
/etc/letsencrypt/acme.sh --set-default-ca --server letsencrypt
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user