Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Build: Fails due to missing certbot files #12

Open
suniastar opened this issue Aug 21, 2019 · 0 comments
Open

Docker Build: Fails due to missing certbot files #12

suniastar opened this issue Aug 21, 2019 · 0 comments

Comments

@suniastar
Copy link

The docker build of the Dockerfile in the root directory fails due to these lines:

ADD https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/options-ssl-nginx.conf /etc/nginx/options-ssl-nginx.conf 
ADD https://raw.githubusercontent.com/certbot/certbot/master/certbot/ssl-dhparams.pem /etc/nginx/ssl-dhparams.pem

First one has been moved to

https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/tls_configs/options-ssl-nginx.conf

and the second file has been completly removed and should be generated by openssl.

limond pushed a commit that referenced this issue Aug 23, 2019
fixed docker build error issue #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant