acmetool: use ECDSA keys instead of RSA

This commit is contained in:
link2xt
2025-10-25 08:00:31 +00:00
committed by l
parent fa9aa5b015
commit 9148b16d81
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@
## untagged ## untagged
- acmetool: use ECDSA keys instead of RSA
([#689](https://github.com/chatmail/relay/pull/689))
- Require TLS 1.2 for outgoing SMTP connections - Require TLS 1.2 for outgoing SMTP connections
([#685](https://github.com/chatmail/relay/pull/685)) ([#685](https://github.com/chatmail/relay/pull/685))
@@ -1,7 +1,8 @@
request: request:
provider: https://acme-v02.api.letsencrypt.org/directory provider: https://acme-v02.api.letsencrypt.org/directory
key: key:
type: rsa type: ecdsa
ecdsa-curve: nistp256
challenge: challenge:
webroot-paths: webroot-paths:
- /var/www/html/.well-known/acme-challenge - /var/www/html/.well-known/acme-challenge