File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717if [ ! -e " $data_path /conf/options-ssl-nginx.conf" ] || [ ! -e " $data_path /conf/ssl-dhparams.pem" ]; then
1818 echo " ### Downloading recommended TLS parameters ..."
1919 mkdir -p " $data_path /conf"
20- curl -s https://github. com/certbot/certbot/blob /master/certbot-nginx/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf > " $data_path /conf/options-ssl-nginx.conf"
21- curl -s https://github. com/certbot/certbot/blob /master/certbot/certbot/ssl-dhparams.pem > " $data_path /conf/ssl-dhparams.pem"
20+ 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"
21+ curl -s https://raw.githubusercontent. com/certbot/certbot/master/certbot/certbot/ssl-dhparams.pem > " $data_path /conf/ssl-dhparams.pem"
2222 echo
2323fi
2424
You can’t perform that action at this time.
0 commit comments