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 @@
Enter the certificate (.pfx) password, if any.
-
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.
+
+

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"
+
@@ -1317,7 +1321,10 @@ Copyright (C) 2020 Shreyas Zare (shreyas@technitium.com)
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.

-

Source code available under GNU General Public License v3.0 on  GitHub

+

Source code available under GNU General Public License v3.0 on  GitHub

+ +

Whats New?

+

Read the change log to know whats new in this release.

Help Topics

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.

-

Become A Patron

+

Become A Patron

Make contribution to Technitium by becoming a Patron and help making new software, updates, and features possible.

- Become A Patron Now! + Become A Patron Now!

@@ -1463,7 +1470,7 @@
- +
@@ -1510,6 +1517,12 @@
+
+ +
+
@@ -1562,7 +1575,7 @@
-
+
@@ -1650,10 +1663,10 @@
-
- +
+
-
@@ -1766,6 +1779,12 @@
+
+ +
+