mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Merge #1941
1941: Fix a bug whereby adding new HOSTNAMEs won't necessarily lead to certificates being renewed. r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Fix a bug whereby adding new HOSTNAMEs won't necessarily lead to certificates being renewed. certbot's defaut behaviour has changed when --renew-with-new-domains was introduced ### Related issue(s) - close #1270 Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
db0370858e
@ -13,6 +13,7 @@ command = [
|
||||
"--cert-name", "mailu",
|
||||
"--preferred-challenges", "http", "--http-01-port", "8008",
|
||||
"--keep-until-expiring",
|
||||
"--renew-with-new-domains",
|
||||
"--config-dir", "/certs/letsencrypt",
|
||||
"--post-hook", "/config.py"
|
||||
]
|
||||
@ -26,6 +27,7 @@ command2 = [
|
||||
"--preferred-challenges", "http", "--http-01-port", "8008",
|
||||
"--keep-until-expiring",
|
||||
"--key-type", "ecdsa",
|
||||
"--renew-with-new-domains",
|
||||
"--config-dir", "/certs/letsencrypt",
|
||||
"--post-hook", "/config.py"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user