Closed dw9694 closed 5 years ago
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"
With updated URLs^
Even if I replace these urls, I'm getting this error:
$ docker-compose run nginx
[emerg] 1#1: unexpected end of file, expecting ";" or "}" in /etc/letsencrypt/options-ssl-nginx.conf:2
I double checked the file and all the semi colons are included.
Do I need to change my app.conf and docker-compose.yml aswell?
Thanks everyone for reporting this, the URLs have been fixed in Merge Request #55 .
Originally posted by @dw9694 in https://github.com/wmnnd/nginx-certbot/pull/39#issuecomment-558463376