fullchain.cer works

This commit is contained in:
Frank Denis 2021-03-06 21:45:33 +01:00
parent 4d685d8948
commit 4de5310430

View file

@ -84,8 +84,6 @@ 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. If you are using it to create ECDSA keys, see above for converting the secret key into PKCS#8.
*WARNING*: Let's Encrypt ECDSA certificates are currently rejected by most clients. Stick to RSA.
The certificates path must be set to the full certificates chain (`fullchain.cer`) and the key path to the secret keys (the `.key` file):
```sh