File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
if [ ! -e " $data_path /conf/options-ssl-nginx.conf" ] || [ ! -e " $data_path /conf/ssl-dhparams.pem" ]; then
23
23
echo " ### Downloading recommended TLS parameters ..."
24
24
mkdir -p " $data_path /conf"
25
- 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"
26
- curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot/ssl-dhparams.pem > " $data_path /conf/ssl-dhparams.pem"
25
+ 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"
26
+ curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot/certbot/ ssl-dhparams.pem > " $data_path /conf/ssl-dhparams.pem"
27
27
echo
28
28
fi
29
29
You can’t perform that action at this time.
0 commit comments