From 59b0b8d34c0f5efa64f554338be197c38e51d419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wrzosek?= Date: Tue, 26 Nov 2019 22:01:32 +0100 Subject: [PATCH] Updated outdated URLs --- init-letsencrypt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init-letsencrypt.sh b/init-letsencrypt.sh index 95daadb..13eaa75 100755 --- a/init-letsencrypt.sh +++ b/init-letsencrypt.sh @@ -22,8 +22,8 @@ fi if [ ! -e "$data_path/conf/options-ssl-nginx.conf" ] || [ ! -e "$data_path/conf/ssl-dhparams.pem" ]; then echo "### Downloading recommended TLS parameters ..." mkdir -p "$data_path/conf" - curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/tls_configs/options-ssl-nginx.conf > "$data_path/conf/options-ssl-nginx.conf" - curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot/ssl-dhparams.pem > "$data_path/conf/ssl-dhparams.pem" + curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf > "$data_path/conf/options-ssl-nginx.conf" + curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot/certbot/ssl-dhparams.pem > "$data_path/conf/ssl-dhparams.pem" echo fi