Updated install script

This commit is contained in:
Andris Reinman 2023-08-31 15:25:41 +03:00
parent d418424ba1
commit 5c969fc989
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364

View file

@ -9,7 +9,9 @@ echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
# Install acme.sh # Install acme.sh
# NOTE: the version 3.0.7 has a bug with Nginx certs, so version is pinned to 3.0.6 # NOTE: the version 3.0.7 has a bug with Nginx certs, so version is pinned to 3.0.6
ACME_VERSION="3.0.6" ACME_VERSION="3.0.6"
curl https://raw.githubusercontent.com/acmesh-official/acme.sh/${ACME_VERSION}/acme.sh | sh -s -- --install --auto-upgrade 0 wget https://raw.githubusercontent.com/acmesh-official/acme.sh/${ACME_VERSION}/acme.sh
sh acme.sh --install --auto-upgrade 0
rm -rf acme.sh
# WildDuck TLS config # WildDuck TLS config
echo 'cert="/etc/wildduck/certs/fullchain.pem" echo 'cert="/etc/wildduck/certs/fullchain.pem"