1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-15 13:33:21 +02:00
(cherry picked from commit 8e4af5ad05812c9c8914582312e885a5b6010f5d)
This commit is contained in:
Florent Daigniere 2024-09-22 13:14:33 +02:00 committed by Mergify
parent a28aa0d1a0
commit e47da4ba0d
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ command = [
"--preferred-challenges", "http", "--http-01-port", "8008",
"--keep-until-expiring",
"--allow-subset-of-names",
"--key-type", "rsa",
"--renew-with-new-domains",
"--config-dir", "/certs/letsencrypt",
"--post-hook", "/config.py"

View File

@ -0,0 +1 @@
Ensure we have both RSA and ECDSA certs when using letsencrypt