1
0
Fork 0
arangodb/3rdParty/etcd/hack/tls-setup
Wilfried Goesgens aeaeabf25e Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00
..
config Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00
Procfile Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00
README.md Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01: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