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

this demonstrates basic TLS setup with cfssl. it's much easier than other available tools.
18 lines
218 B
JSON
18 lines
218 B
JSON
{
|
|
"CN": "etcd",
|
|
"hosts": [
|
|
"localhost"
|
|
],
|
|
"key": {
|
|
"algo": "ecdsa",
|
|
"size": 384
|
|
},
|
|
"names": [
|
|
{
|
|
"O": "autogenerated",
|
|
"OU": "etcd cluster",
|
|
"L": "the internet"
|
|
}
|
|
]
|
|
}
|