wmnnd / nginx-certbot

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

Fix fake cert key length #77

Closed alexanderdushkin closed 4 years ago

alexanderdushkin commented 4 years ago

This changes the key length for the fake certificate to match the key length of the real certificate. A 1024-bit key prevented nginx from booting up on my server because of a "key too short" error.

wmnnd commented 4 years ago

Thank you for this contribution :+1: