Need newer cryptography

This commit is contained in:
Florent Daigniere
2024-03-10 16:03:13 +01:00
parent 8c842ff3aa
commit 494147eedf
3 changed files with 8 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ 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"
]
@@ -39,7 +38,6 @@ 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"
]