Browse Source

Merge pull request #1898 from parrotmac/ip/doc-typo

docs: Correct tlsClientCA example reference
pull/1961/head
Márk Sági-Kazár 5 years ago committed by GitHub
parent
commit
e3383564b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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