You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/HA.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,19 @@ clustering:
123
123
renew-period: 5s
124
124
# debug, enable extra logging messages
125
125
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
126
139
```
127
140
128
141
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