Skip to content

Commit

Permalink
Updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Aug 31, 2023
1 parent d418424 commit 5c969fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup/13_install_ssl_certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
# Install acme.sh
# 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"
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
echo 'cert="/etc/wildduck/certs/fullchain.pem"
Expand Down

0 comments on commit 5c969fc

Please sign in to comment.