forked from mystiq/dex
783fa364f6
Also add example tls-setup configs that can be used to generate TLS CA, server certs, key files using 'cfssl'.
8 lines
383 B
Markdown
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
|