diff --git a/DnsServerCore/www/index.html b/DnsServerCore/www/index.html index f58800fe..9359f750 100644 --- a/DnsServerCore/www/index.html +++ b/DnsServerCore/www/index.html @@ -690,7 +690,11 @@
To enable or disable these protocols, you will need to manually restart the main service. For DNS-over-HTTP, use http://localhost:8053/dns-query with a TLS terminating reverse proxy like nginx. For DNS-over-TLS, use tls-certificate-domain:853 and for DNS-over-HTTPS use https://tls-certificate-domain/dns-query to configure supported DNS clients.
+Use the following openssl command to convert your TLS certificate that is in PEM format to PKCS #12 certificate (.pfx) format:
+openssl pkcs12 -export -out "example.com.pfx" -inkey "private.key" -in "certificate.crt" -certfile "ca_bundle.crt"+
Source code available under GNU General Public License v3.0 on GitHub
+Source code available under GNU General Public License v3.0 on GitHub
+ +Read the change log to know whats new in this release.
Read the latest online help topics which contains the DNS Server user manual and covers frequently asked questions.
@@ -1329,10 +1336,10 @@ Checkout Technitium Blog. -Make contribution to Technitium by becoming a Patron and help making new software, updates, and features possible.