We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f026d commit 0a556a0Copy full SHA for 0a556a0
1 file changed
config/dnscrypt-proxy.toml
@@ -463,6 +463,9 @@ cache_neg_max_ttl = 600
463
464
465
## Certificate file and key - Note that the certificate has to be trusted.
466
+## Can be generated using the following commands:
467
+## openssl genpkey -genparam -algorithm ec -pkeyopt ec_paramgen_curve:P-256 -out ECPARAM.pem
468
+## openssl req -x509 -nodes -newkey ec:ECPARAM.pem -subj "/C=XZ/L=own PC/O=localhost/CN=localhost/" -days 5000 -sha256 -keyout localhost.pem -out localhost.pem
469
## See the documentation (wiki) for more information.
470
471
# cert_file = 'localhost.pem'
0 commit comments