From: Florian Forster Date: Thu, 11 Apr 2013 15:38:21 +0000 (-0700) Subject: collectd.conf(5): netcmd plugin: Document how to enable TLS. X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=3e5744ada388c94024cf65aa77aa940a45f88e5e collectd.conf(5): netcmd plugin: Document how to enable TLS. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 43f3c4b8..860b2f8b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3883,8 +3883,11 @@ Collect SnapVault(R) statistics every I seconds. The C plugin provides a management interface for I much like the C plugin. Please see L for a description of -the commands understood on the socket. Optionally, network traffic is encrypted -and authenticated using I (TLS). +the commands understood on the socket. + +Optionally, network traffic is encrypted and authenticated using I (TLS). To use TLS you have to specify the B and +B options. The configuration of the C plugin consists of one or more B block, each defining a socket to bind to and listen on. Example: @@ -3916,10 +3919,12 @@ Port number or service name to bind to. Defaults to C<"25826">. =item B I Path to the TLS certificate file. +If this option is unset, TLS will not be enabled. =item B I Path to the TLS key file. +If this option is unset, TLS will not be enabled. =item B I @@ -3931,7 +3936,7 @@ Path to the TLS I (CRL) file. =item B B|B -Controlls whether or not to verify the client certificate of connecting peers. +Controls whether or not to verify the client certificate of connecting peers. The plugin will I a client certificate either way, but it will only I a valid certificate when this option is set to B. Defaults to B.