dex/examples/tls-setup
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
..
config Documentation: add serity_guide.md to show how to establish TLS. 2015-08-29 01:42:21 -07:00
Makefile Documentation: add serity_guide.md to show how to establish TLS. 2015-08-29 01:42:21 -07:00
README.md Documentation: add serity_guide.md to show how to establish TLS. 2015-08-29 01:42:21 -07:00

Similar to etcd's tls-setup, this demonstrates using Cloudflare's 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