We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9aa5b commit 9148b16Copy full SHA for 9148b16
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## untagged
4
5
+- acmetool: use ECDSA keys instead of RSA
6
+ ([#689](https://github.com/chatmail/relay/pull/689))
7
+
8
- Require TLS 1.2 for outgoing SMTP connections
9
([#685](https://github.com/chatmail/relay/pull/685))
10
cmdeploy/src/cmdeploy/acmetool/target.yaml.j2
@@ -1,7 +1,8 @@
1
request:
provider: https://acme-v02.api.letsencrypt.org/directory
key:
- type: rsa
+ type: ecdsa
+ ecdsa-curve: nistp256
challenge:
webroot-paths:
- /var/www/html/.well-known/acme-challenge
0 commit comments