Skip to content

Commit 046929f

Browse files
committed
update docs
1 parent 58b7195 commit 046929f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/user_guide/HA.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,19 @@ clustering:
123123
renew-period: 5s
124124
# debug, enable extra logging messages
125125
debug: false
126+
# tls config for the REST API client
127+
tls:
128+
# string, path to the CA certificate file,
129+
# this will be used to verify the certificates of the gNMIc cluster members
130+
# when `skip-verify` is false
131+
ca-file:
132+
# string, client certificate file.
133+
cert-file:
134+
# string, client key file.
135+
key-file:
136+
# boolean, if true, the client will not verify the server
137+
# certificate against the available certificate chain.
138+
skip-verify: false
126139
```
127140
128141
A `gnmic` instance creates gNMI subscriptions only towards targets for which it acquired locks. It is also responsible for maintaining that lock for the duration of the subscription.

0 commit comments

Comments
 (0)