From 1254cf3698e2addf7f7fb4fb05dd0f857a3ca35c Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Wed, 22 Jun 2022 09:55:59 +0100 Subject: [PATCH] Bugfix install script dhparam --- install-script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-script.sh b/install-script.sh index e7d9f25..0fcfe48 100644 --- a/install-script.sh +++ b/install-script.sh @@ -46,8 +46,6 @@ if [ ! -e "$data_path/lets-encrypt-x3-cross-signed.pem" ]; then echo "### Downloading 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" - docker compose run --rm --entrypoint "\ - openssl dhparam -out /etc/letsencrypt/ssl-dhparams.pem 4096" certbot echo fi