dex/examples/tls-setup/README.md
Yifan Gu 783fa364f6 Documentation: add serity_guide.md to show how to establish TLS.
Also add example tls-setup configs that can be used to generate
TLS CA, server certs, key files using 'cfssl'.
2015-08-29 01:42:21 -07:00

8 lines
383 B
Markdown

Similar to etcd's [tls-setup](https://github.com/coreos/etcd/tree/master/hack/tls-setup), this demonstrates using Cloudflare's [cfssl](https://github.com/cloudflare/cfssl) to easily generate certificates for an dex server.
Defaults generate an ECDSA-384 root and leaf certificates for `localhost`.
**Instructions**
1. Install git, go, and make
2. Run `make` to generate the certs