wmnnd / nginx-certbot

Boilerplate configuration for nginx and certbot with docker-compose
MIT License
3.16k stars 1.17k forks source link

2048 bit dummy key instead of 1024 #85

Closed jpbot closed 4 years ago

jpbot commented 4 years ago

1024 bit key fails on newer nginx, preventing nginx from starting "key too small". Changed dummy key to 2048.

jpbot commented 4 years ago

duplicate of several other PRs