cmd/dex: add option for gRPC client auth CA.

This commit is contained in:
rithu leena john
2016-11-02 14:07:05 -07:00
parent 799b3f3ef5
commit 42dfd3ecec
4 changed files with 39 additions and 7 deletions

View File

@@ -15,6 +15,8 @@ grpc:
# Server certs. If TLS credentials aren't provided dex will generate self-signed ones.
tlsCert: /etc/dex/grpc.crt
tlsKey: /etc/dex/grpc.key
# Client auth CA.
tlsClientCA: /etc/dex/client.crt
```
## Generating clients