From 652328e958a0b4c92ade56a98489ffc73196fb97 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Sun, 4 Dec 2016 16:12:04 +0100 Subject: [PATCH] update influxdb documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ca9298c..79db3d2d8 100644 --- a/README.md +++ b/README.md @@ -842,7 +842,10 @@ InfluxDB user name. Defaults to `undef` ##### `password` InfluxDB user password. Defaults to `undef` -##### `ssl` +##### `enable_ssl` +Either enable or disable SSL. Other SSL parameters are only affected if this is set to `true`. Defaults to `false`. + +##### `pki` SSL settings will be set depending on this parameter. * `puppet` Use puppet certificates. This will copy the ca.pem, certificate and key generated by Puppet.