Reduce the size of the RSA key to 3072bits

This is already generous for certificates that have a 3month validity!

We rekey every single time.
master
Florent Daigniere 3 years ago
parent 5e7d5adf17
commit cb68cb312b

@ -14,7 +14,7 @@ command = [
"--cert-name", "mailu",
"--preferred-challenges", "http", "--http-01-port", "8008",
"--keep-until-expiring",
"--rsa-key-size", "4096",
"--rsa-key-size", "3072",
"--config-dir", "/certs/letsencrypt",
"--post-hook", "/config.py"
]

Loading…
Cancel
Save