mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
Mention that certs must be RSA
This commit is contained in:
parent
0404b8f8a7
commit
623328d37f
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue