-// 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",
-// 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",