https://github.com/etcd-io/etcd
Raw File
Tip revision: 1a8a063a31426d738e0a2b3e99ab2f944f983533 authored by Sam Batschelet on 18 May 2021, 10:32:19 UTC
version: 3.5.0-beta.2
Tip revision: 1a8a063
server-ca-csr-ecdsa.json
{
  "key": {
    "algo": "ecdsa",
    "size": 256
  },
  "names": [
    {
      "O": "etcd",
      "OU": "etcd Security",
      "L": "San Francisco",
      "ST": "California",
      "C": "USA"
    }
  ],
  "CN": "example.com",
  "hosts": [
    "127.0.0.1",
    "localhost"
  ]
}
back to top