Skip to content

Commit

Permalink
chore: interface example for gnmi
Browse files Browse the repository at this point in the history
  • Loading branch information
kongfei605 committed Oct 22, 2024
1 parent 88afb56 commit 509b98b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/input.gnmi/interface.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@

## enable client-side TLS and define CA to authenticate the device
# enable_tls = true
# tls_ca = "/etc/telegraf/ca.pem"
# tls_ca = "/etc/categraf/ca.pem"
## Minimal TLS version to accept by the client
# tls_min_version = "TLS12"
## Use TLS but skip chain & host verification
# insecure_skip_verify = true

## define client-side TLS certificate & key to authenticate to the device
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
# tls_cert = "/etc/categraf/cert.pem"
# tls_key = "/etc/categraf/key.pem"

## gNMI subscription prefix (optional, can usually be left empty)
## See: https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#222-paths
Expand Down

0 comments on commit 509b98b

Please sign in to comment.