chore(fixtures/ca): make all certificates generated by etcd-ca

This commit is contained in:
Yicheng Qin
2014-03-12 16:15:35 -07:00
parent a9d5cc5a50
commit 50d9e6a7fd
29 changed files with 525 additions and 1093 deletions

View File

@@ -7,6 +7,7 @@ Etcd supports SSL/TLS and client cert authentication for clients to server, as w
First, you need to have a CA cert `clientCA.crt` and signed key pair `client.crt`, `client.key`.
This site has a good reference for how to generate self-signed key pairs:
http://www.g-loaded.eu/2005/11/10/be-your-own-ca/
Or you could use [etcd-ca](https://github.com/coreos/etcd-ca) to generate certs and keys.
For testing you can use the certificates in the `fixtures/ca` directory.