mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

* Move manual docker tests to ./tests/manual * Move manual docker makefile targets to ./tests/manual/Makefile * Remove unused makefile rules
22 lines
298 B
JSON
22 lines
298 B
JSON
{
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"O": "etcd",
|
|
"OU": "etcd Security",
|
|
"L": "San Francisco",
|
|
"ST": "California",
|
|
"C": "USA"
|
|
}
|
|
],
|
|
"CN": "etcd.local",
|
|
"hosts": [
|
|
"m1.etcd.local",
|
|
"127.0.0.1",
|
|
"localhost"
|
|
]
|
|
}
|