README 338 B

12345678910111213
  1. The steps to regenerate this CA:
  2. 1. Get etcd-ca source code and generate binary.
  3. $ go get github.com/coreos/etcd-ca
  4. 2. Run generate_testing_certs.sh with etcd-ca binary location.
  5. $ ./generate_testing_certs.sh
  6. Details about generation are in the generate_testing_certs.sh script.
  7. 3. Check current directory to see regenerated files.