Mention that certs must be RSA

This commit is contained in:
Frank Denis 2021-03-06 21:04:54 +01:00
parent 0404b8f8a7
commit 623328d37f

View file

@ -67,7 +67,7 @@ If `doh-proxy` and the HTTP/2 front-end run on the same host, using the HTTP pro
If both are on distinct networks, such as when using a CDN, `doh-proxy` can handle HTTPS requests, provided that it was compiled with the `tls` feature.
The certificates and private keys must be encoded in PEM format. They can be stored in the same file.
The certificates and private keys must use RSA and have to be encoded in PEM format. They can be stored in the same file.
In order to enable built-in HTTPS support, add the `--tls-cert-path` option to specify the location of the certificates file, as well as the private keys file using `--tls-cert-key-path`.