]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2050] Removed remaining TLS references.
authorTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 10:36:15 +0000 (12:36 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 15:24:33 +0000 (17:24 +0200)
doc/examples/template-power-user-home/kea-ca-1.conf
doc/examples/template-power-user-home/kea-ca-2.conf

index 659970b7ff7d6e2605db12374c88d8c9312845aa..e8fba5c22bf5ec70532402b626d55f958bcb353a 100644 (file)
@@ -1,9 +1,10 @@
-// This is an example of a configuration for Control-Agent (CA) HTTPS i.e.
-// HTTP over TLS.
+// This is an example of a configuration for Control-Agent (CA) listening
+// for incoming HTTP traffic. This is necessary for handling API commands,
+// in particular lease update commands needed for HA setup.
 {
     "Control-agent":
     {
-        // We need to specify where the agent should listen to incoming HTTPS
+        // We need to specify where the agent should listen to incoming HTTP
         // queries.
         "http-host": "192.168.1.2",
 
index e391561d0be1bd562eb1b7123b1e2f9fa3c6f7ce..ccf7e519dddad5ab51d4a846464f6512d5cbc007 100644 (file)
@@ -1,9 +1,10 @@
-// This is an example of a configuration for Control-Agent (CA) HTTPS i.e.
-// HTTP over TLS.
+// This is an example of a configuration for Control-Agent (CA) listening
+// for incoming HTTP traffic. This is necessary for handling API commands,
+// in particular lease update commands needed for HA setup.
 {
     "Control-agent":
     {
-        // We need to specify where the agent should listen to incoming HTTPS
+        // We need to specify where the agent should listen to incoming HTTP
         // queries.
         "http-host": "192.168.1.3",