github.com/ghodss/etcd@v0.3.1-0.20140417172404-cc329bfa55cb/fixtures/ca/README (about) 1 The steps to regenerate this CA: 2 3 1. Get etcd-ca source code and generate binary. 4 5 $ go get github.com/coreos/etcd-ca 6 7 2. Run generate_testing_certs.sh with etcd-ca binary location. 8 9 $ ./generate_testing_certs.sh 10 11 Details about generation are in the generate_testing_certs.sh script. 12 13 3. Check current directory to see regenerated files.