From 6f40f792e3fbd16676171facadceb751f3bbbc8d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 6 Mar 2021 21:32:59 +0100 Subject: [PATCH] Clarify more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 069dca7..9b488bc 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Once HTTPS is enabled, HTTP connections will not be accepted. A sample self-signed certificate [`localhost.pem`](https://github.com/jedisct1/doh-server/raw/master/localhost.pem) can be used for testing. The file also includes the private key. -[`acme.sh`](https://github.com/acmesh-official/acme.sh) can be used to create and update TLS certificates using Let's Encrypt and other ACME-compliant providers. +[`acme.sh`](https://github.com/acmesh-official/acme.sh) can be used to create and update TLS certificates using Let's Encrypt and other ACME-compliant providers. If you are using it to create ECDSA keys, see above for converting the secret key into PKCS#8.. The certificates path must be set to the full certificates chain (`fullchain.cer`) and the key path to the secret keys (the `.key` file):