mirror of
https://github.com/Mailu/Mailu.git
synced 2025-04-25 12:15:02 +02: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:
parent
48e1e91a2c
commit
1630a18dd8
@ -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
|
Loading…
x
Reference in New Issue
Block a user