hack/scripts-dev: add separate certs, scripts to "docker-dns-srv"

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyu-Ho Lee
2017-12-01 14:07:10 -08:00
committed by Gyuho Lee
parent e3b3608175
commit d50eb4d671
18 changed files with 383 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"O": "etcd",
"OU": "etcd Security",
"L": "San Francisco",
"ST": "California",
"C": "USA"
}
],
"hosts": [
"m1.etcd.local",
"m2.etcd.local",
"m3.etcd.local",
"etcd.local",
"127.0.0.1",
"localhost"
]
}