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:
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…
x
Reference in New Issue
Block a user