From: Florian Forster Date: Wed, 20 Sep 2017 20:26:08 +0000 (+0200) Subject: collectd.conf(5): Document dependencies between mqtt's TLS options better. X-Git-Tag: collectd-5.8.0~88^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2330d3babccf9d32fec4c5a56075692ce47228ab;p=collectd.git collectd.conf(5): Document dependencies between mqtt's TLS options better. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 379e0838..a98a8be6 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4173,18 +4173,18 @@ the B branch. Path to the PEM-encoded CA certificate file. Setting this option enables TLS communication with the MQTT broker, and as such, B should be the TLS-enabled port of the MQTT broker. -A valid TLS configuration requires B, B and B. +This option enables the use of TLS. =item B I Path to the PEM-encoded certificate file to use as client certificate when connecting to the MQTT broker. -A valid TLS configuration requires B, B and B. +Only valid if B and B are also set. =item B I Path to the unencrypted PEM-encoded key file corresponding to B. -A valid TLS configuration requires B, B and B. +Only valid if B and B are also set. =item B I @@ -4192,13 +4192,14 @@ If configured, this specifies the string protocol version (e.g. C, C) to use for the TLS connection to the broker. If not set a default version is used which depends on the version of OpenSSL the Mosquitto library was linked against. +Only valid if B is set. =item B I A string describing the ciphers available for use. See L and the C utility for more information. If unset, the default ciphers will be used. - +Only valid if B is set. =back