Restore secure option to control tls in nats_consumer

This commit is contained in:
Daniel Nelson
2019-08-02 14:59:28 -07:00
parent be7abd9959
commit ffe9494663
2 changed files with 14 additions and 14 deletions

View File

@@ -21,6 +21,9 @@ instances of telegraf can read from a NATS cluster in parallel.
# username = ""
# password = ""
## Use Transport Layer Security
# secure = false
## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"