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