Bugfix install script dhparam
This commit is contained in:
parent
efab086057
commit
1254cf3698
@ -46,8 +46,6 @@ if [ ! -e "$data_path/lets-encrypt-x3-cross-signed.pem" ]; then
|
|||||||
echo "### Downloading lets-encrypt-x3-cross-signed.pem ..."
|
echo "### Downloading lets-encrypt-x3-cross-signed.pem ..."
|
||||||
wget -O $data_path/lets-encrypt-x3-cross-signed.pem \
|
wget -O $data_path/lets-encrypt-x3-cross-signed.pem \
|
||||||
"https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem"
|
"https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem"
|
||||||
docker compose run --rm --entrypoint "\
|
|
||||||
openssl dhparam -out /etc/letsencrypt/ssl-dhparams.pem 4096" certbot
|
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user