mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-31 18:18:05 +00:00
Ensure that Mailu keeps working even if it can't obtain a certificate from letsencrypt for one of the HOSTNAMES
This commit is contained in:
@@ -15,6 +15,7 @@ command = [
|
||||
"--cert-name", "mailu",
|
||||
"--preferred-challenges", "http", "--http-01-port", "8008",
|
||||
"--keep-until-expiring",
|
||||
"--allow-subset-of-names",
|
||||
"--renew-with-new-domains",
|
||||
"--config-dir", "/certs/letsencrypt",
|
||||
"--post-hook", "/config.py"
|
||||
@@ -28,6 +29,7 @@ command2 = [
|
||||
"--cert-name", "mailu-ecdsa",
|
||||
"--preferred-challenges", "http", "--http-01-port", "8008",
|
||||
"--keep-until-expiring",
|
||||
"--allow-subset-of-names",
|
||||
"--key-type", "ecdsa",
|
||||
"--renew-with-new-domains",
|
||||
"--config-dir", "/certs/letsencrypt",
|
||||
|
||||
1
towncrier/newsfragments/2467.bugfix
Normal file
1
towncrier/newsfragments/2467.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Ensure that Mailu keeps working even if it can't obtain a certificate from letsencrypt for one of the HOSTNAMES
|
||||
Reference in New Issue
Block a user