Browse Source

docs: Correct tlsClientCA example reference

Signed-off-by: Isaac Parker <parrotmac@gmail.com>
pull/1898/head
Isaac Parker 5 years ago
parent
commit
0af41fb4ca
  1. 2
      examples/config-dev.yaml

2
examples/config-dev.yaml

@ -60,7 +60,7 @@ telemetry:
# addr: 127.0.0.1:5557
# tlsCert: examples/grpc-client/server.crt
# tlsKey: examples/grpc-client/server.key
# tlsClientCA: /etc/dex/client.crt
# tlsClientCA: examples/grpc-client/ca.crt
# Uncomment this block to enable configuration for the expiration time durations.
# expiry:

Loading…
Cancel
Save