From: Tomek Mrugalski Date: Fri, 24 Sep 2021 10:27:11 +0000 (+0200) Subject: [#2050] Added missing comment in CA configs, remove TLS references X-Git-Tag: Kea-2.0.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302781c548efbd3116bd38b57f7acd6203f50c52;p=thirdparty%2Fkea.git [#2050] Added missing comment in CA configs, remove 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 2b32a8da96..659970b7ff 100644 --- a/doc/examples/template-power-user-home/kea-ca-1.conf +++ b/doc/examples/template-power-user-home/kea-ca-1.conf @@ -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. 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 eedc11faf8..e391561d0b 100644 --- a/doc/examples/template-power-user-home/kea-ca-2.conf +++ b/doc/examples/template-power-user-home/kea-ca-2.conf @@ -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.