• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2017-

config/H16-Feb-2017-4946

MakefileH A D16-Feb-20171 KiB4234

ProcfileH A D16-Feb-20172.2 KiB105

README.mdH A D16-Feb-2017454 106

README.md

1This demonstrates using Cloudflare's [cfssl](https://github.com/cloudflare/cfssl) to easily generate certificates for an etcd cluster.
2
3Defaults 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.
4
5**Instructions**
6
71. Install git, go, and make
82. Run `make` to generate the certs
93. Run `goreman start`
10