etcd/hack/tls-setup
Gyu-Ho Lee 67c2384bdf *: replace '-' with '--' in doc
Fix https://github.com/coreos/etcd/issues/4595.
2016-03-21 11:12:43 -07:00
..
config hack: TLS setup using cfssl 2015-07-27 14:51:17 -07:00
Makefile hack: TLS setup using cfssl 2015-07-27 14:51:17 -07:00
Procfile *: replace '-' with '--' in doc 2016-03-21 11:12:43 -07:00
README.md hack: TLS setup using cfssl 2015-07-27 14:51:17 -07:00

README.md

This demonstrates using Cloudflare's cfssl to easily generate certificates for an etcd cluster.

Defaults generate an ECDSA-384 root and leaf certificates for localhost. etcd nodes will use the same certificates for both sides of mutual authentication, but won't require client certs for non-peer clients.

Instructions

  1. Install git, go, and make
  2. Run make to generate the certs
  3. Run goreman start