]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2050] Added missing comment in CA configs, remove TLS references
authorTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 10:27:11 +0000 (12:27 +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 2b32a8da968fa9dfe898dd50ff92c3a2a216d133..659970b7ff7d6e2605db12374c88d8c9312845aa 100644 (file)
@@ -7,23 +7,9 @@
         // queries.
         "http-host": "192.168.1.2",
 
-        // This
+        // This specifies the port CA will listen on.
         "http-port": 8000,
 
-        // TLS trust anchor (Certificate Authority). This is a file name or
-        // (for OpenSSL only) a directory path.
-        //"trust-anchor": "my-ca",
-
-        // TLS server certificate file name.
-        //"cert-file": "my-cert",
-
-        // TLS server private key file name.
-        // "key-file": "my-key",
-
-        // TLS require client certificates flag. Default is true and means
-        // require client certificates. False means they are optional.
-        //"cert-required": true
-
         "control-sockets":
         {
             // This is how the Agent can communicate with the DHCPv4 server.
index eedc11faf8be620caac3315465c1bb6da1d6fecd..e391561d0be1bd562eb1b7123b1e2f9fa3c6f7ce 100644 (file)
@@ -7,23 +7,9 @@
         // queries.
         "http-host": "192.168.1.3",
 
-        // This
+        // This specifies the port CA will listen on.
         "http-port": 8000,
 
-        // TLS trust anchor (Certificate Authority). This is a file name or
-        // (for OpenSSL only) a directory path.
-        //"trust-anchor": "my-ca",
-
-        // TLS server certificate file name.
-        //"cert-file": "my-cert",
-
-        // TLS server private key file name.
-        // "key-file": "my-key",
-
-        // TLS require client certificates flag. Default is true and means
-        // require client certificates. False means they are optional.
-        //"cert-required": true
-
         "control-sockets":
         {
             // This is how the Agent can communicate with the DHCPv4 server.