docker-flow-letsencrypt icon indicating copy to clipboard operation
docker-flow-letsencrypt copied to clipboard

Add environment variable to set the rsa key size

Open Vinno97 opened this issue 7 years ago • 0 comments

This PR adds an extra environment variable CERTBOT_KEY_SIZE that can be set to alter the size of the RSA key. The 4096 bits default should generally be used, but there are some valid reasons like support for older clients for which you would want to use a different key size.

Vinno97 avatar Aug 23 '18 06:08 Vinno97