From: Tomek Mrugalski Date: Fri, 24 Sep 2021 10:36:15 +0000 (+0200) Subject: [#2050] Removed remaining TLS references. X-Git-Tag: Kea-2.0.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86beba2c0c0610f46c2dd6091d8e4313184a41d9;p=thirdparty%2Fkea.git [#2050] Removed remaining TLS references. --- 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",