mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 10:37:45 +00:00
Ensure we always send an ISRG root for DANE
This commit is contained in:
@@ -23,6 +23,7 @@ command = [
|
||||
"--keep-until-expiring",
|
||||
"--allow-subset-of-names",
|
||||
"--renew-with-new-domains",
|
||||
"--preferred-chain 'ISRG Root X1'",
|
||||
"--config-dir", "/certs/letsencrypt",
|
||||
"--post-hook", "/config.py"
|
||||
]
|
||||
@@ -38,6 +39,7 @@ command2 = [
|
||||
"--allow-subset-of-names",
|
||||
"--key-type", "ecdsa",
|
||||
"--renew-with-new-domains",
|
||||
"--preferred-chain 'ISRG Root X1'",
|
||||
"--config-dir", "/certs/letsencrypt",
|
||||
"--post-hook", "/config.py"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user