Revision acc7463fb2dc7037f571a02e65afd6e573a6344c authored by Benjamin Wang on 12 October 2022, 18:17:42 UTC, committed by GitHub on 12 October 2022, 18:17:42 UTC
[Release-3.5] Makefile: additional logic fix / Update Ubuntu base
2 parent s 2fb9be6 + 5ff0d7f
Raw File
server-ca-csr2.json
{
  "key": {
    "algo": "rsa",
    "size": 2048
  },
  "names": [
    {
      "O": "etcd",
      "OU": "etcd Security",
      "L": "San Francisco",
      "ST": "California",
      "C": "USA"
    }
  ],
  "CN": "example2.com",
  "hosts": [
    "127.0.0.1",
    "localhost"
  ]
}
back to top