mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Merge #3557
3557: Fix #3531 r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Ensure we have both RSA and ECDSA certs when using letsencrypt now that the default behaviour from certbot has changed. This is only important for new installs, not those renewing existing certs. ### Related issue(s) - closes #3531 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
a246edf33c
@ -20,6 +20,7 @@ command = [
|
|||||||
"--preferred-challenges", "http", "--http-01-port", "8008",
|
"--preferred-challenges", "http", "--http-01-port", "8008",
|
||||||
"--keep-until-expiring",
|
"--keep-until-expiring",
|
||||||
"--allow-subset-of-names",
|
"--allow-subset-of-names",
|
||||||
|
"--key-type", "rsa",
|
||||||
"--renew-with-new-domains",
|
"--renew-with-new-domains",
|
||||||
"--config-dir", "/certs/letsencrypt",
|
"--config-dir", "/certs/letsencrypt",
|
||||||
"--post-hook", "/config.py"
|
"--post-hook", "/config.py"
|
||||||
|
1
towncrier/newsfragments/3531.bugfix
Normal file
1
towncrier/newsfragments/3531.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Ensure we have both RSA and ECDSA certs when using letsencrypt
|
Loading…
Reference in New Issue
Block a user