Add TLS mutual auth supoort to jti_openconfig_telemetry plugin (#6027)

This commit is contained in:
Mike Moein
2019-06-21 15:25:45 -04:00
committed by Daniel Nelson
parent 773ed5e622
commit 131f85db73
3 changed files with 43 additions and 27 deletions

View File

@@ -4772,9 +4772,12 @@
# "/interfaces",
# ]
#
# ## x509 Certificate to use with TLS connection. If it is not provided, an insecure
# ## channel will be opened with server
# ssl_cert = "/etc/telegraf/cert.pem"
# ## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
# ## Use TLS but skip chain & host verification
# insecure_skip_verify = false
#
# ## Delay between retry attempts of failed RPC calls or streams. Defaults to 1000ms.
# ## Failed streams/calls will not be retried if 0 is provided