1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-05 14:55:20 +02:00

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.
This commit is contained in:
Florent Daigniere 2021-08-09 20:40:56 +02:00
parent 5e7d5adf17
commit cb68cb312b

View File

@ -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"
]