mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
Updated install script
This commit is contained in:
parent
d418424ba1
commit
5c969fc989
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue