From 86beba2c0c0610f46c2dd6091d8e4313184a41d9 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 24 Sep 2021 12:36:15 +0200 Subject: [PATCH] [#2050] Removed remaining TLS references. --- doc/examples/template-power-user-home/kea-ca-1.conf | 7 ++++--- doc/examples/template-power-user-home/kea-ca-2.conf | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/examples/template-power-user-home/kea-ca-1.conf b/doc/examples/template-power-user-home/kea-ca-1.conf index 659970b7ff..e8fba5c22b 100644 --- a/doc/examples/template-power-user-home/kea-ca-1.conf +++ b/doc/examples/template-power-user-home/kea-ca-1.conf @@ -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", diff --git a/doc/examples/template-power-user-home/kea-ca-2.conf b/doc/examples/template-power-user-home/kea-ca-2.conf index e391561d0b..ccf7e519dd 100644 --- a/doc/examples/template-power-user-home/kea-ca-2.conf +++ b/doc/examples/template-power-user-home/kea-ca-2.conf @@ -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", -- 2.47.2