Skip to content

Commit 9148b16

Browse files
committed
acmetool: use ECDSA keys instead of RSA
1 parent fa9aa5b commit 9148b16

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## untagged
44

5+
- acmetool: use ECDSA keys instead of RSA
6+
([#689](https://github.com/chatmail/relay/pull/689))
7+
58
- Require TLS 1.2 for outgoing SMTP connections
69
([#685](https://github.com/chatmail/relay/pull/685))
710

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
request:
22
provider: https://acme-v02.api.letsencrypt.org/directory
33
key:
4-
type: rsa
4+
type: ecdsa
5+
ecdsa-curve: nistp256
56
challenge:
67
webroot-paths:
78
- /var/www/html/.well-known/acme-challenge

0 commit comments

Comments
 (0)