From 0cd67d96b4c6755faccc0886b928d04479ff0238 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sat, 26 Jul 2014 11:30:32 +0200 Subject: [PATCH] document new options to write_http plugin ... which were added in 6d2bcca2. --- src/collectd.conf.in | 5 +++++ src/collectd.conf.pod | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index c689aaff..a9594520 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1176,6 +1176,11 @@ # VerifyPeer true # VerifyHost true # CACert "/etc/ssl/ca.crt" +# CAPath "/etc/ssl/certs/" +# ClientKey "/etc/ssl/client.pem" +# ClientCert "/etc/ssl/client.crt" +# ClientKeyPass "secret" +# SSLVersion "TLSv1" # Format "Command" # StoreRates false # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 8d05e9a0..008c1589 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6408,6 +6408,33 @@ File that holds one or more SSL certificates. If you want to use HTTPS you will possibly need this option. What CA certificates come bundled with C and are checked by default depends on the distribution you use. +=item B I + +Directory holding one or more CA certificate files. You can use this if for +some reason all the needed CA certificates aren't in the same file and can't be +pointed to using the B option. Requires C to be built against +OpenSSL. + +=item B I + +File that holds the private key in PEM format to be used for certificate-based +authentication. + +=item B I + +File that holds the SSL certificate to be used for certificate-based +authentication. + +=item B I + +Password required to load the private key in B. + +=item B B|B|B|B|B|B + +Define which SSL protocol version must be used. By default C will +attempt to figure out the remote SSL protocol version. See +L for more details. + =item B B|B Format of the output to generate. If set to B, will create output that -- 2.11.0