mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
fix #1270
This commit is contained in:
@@ -13,6 +13,7 @@ command = [
|
|||||||
"--cert-name", "mailu",
|
"--cert-name", "mailu",
|
||||||
"--preferred-challenges", "http", "--http-01-port", "8008",
|
"--preferred-challenges", "http", "--http-01-port", "8008",
|
||||||
"--keep-until-expiring",
|
"--keep-until-expiring",
|
||||||
|
"--renew-with-new-domains",
|
||||||
"--config-dir", "/certs/letsencrypt",
|
"--config-dir", "/certs/letsencrypt",
|
||||||
"--post-hook", "/config.py"
|
"--post-hook", "/config.py"
|
||||||
]
|
]
|
||||||
@@ -26,6 +27,7 @@ command2 = [
|
|||||||
"--preferred-challenges", "http", "--http-01-port", "8008",
|
"--preferred-challenges", "http", "--http-01-port", "8008",
|
||||||
"--keep-until-expiring",
|
"--keep-until-expiring",
|
||||||
"--key-type", "ecdsa",
|
"--key-type", "ecdsa",
|
||||||
|
"--renew-with-new-domains",
|
||||||
"--config-dir", "/certs/letsencrypt",
|
"--config-dir", "/certs/letsencrypt",
|
||||||
"--post-hook", "/config.py"
|
"--post-hook", "/config.py"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user