server-ca-csr.json 346 B

1234567891011121314151617181920212223
  1. {
  2. "key": {
  3. "algo": "rsa",
  4. "size": 2048
  5. },
  6. "names": [
  7. {
  8. "O": "etcd",
  9. "OU": "etcd Security",
  10. "L": "San Francisco",
  11. "ST": "California",
  12. "C": "USA"
  13. }
  14. ],
  15. "CN": "test-common-name",
  16. "hosts": [
  17. "m1.etcd.local",
  18. "m2.etcd.local",
  19. "m3.etcd.local",
  20. "127.0.0.1",
  21. "localhost"
  22. ]
  23. }