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.
17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"CN": "Autogenerated CA",
|
|
"key": {
|
|
"algo": "ecdsa",
|
|
"size": 384
|
|
},
|
|
"names": [
|
|
{
|
|
"O": "Honest Achmed's Used Certificates",
|
|
"OU": "Hastily-Generated Values Divison",
|
|
"L": "San Francisco",
|
|
"ST": "California",
|
|
"C": "US"
|
|
}
|
|
]
|
|
}
|