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

Currently grpc-proxy doesn't config keep alive related options, so it will use the default values provided by the underlay gprc library. If clients uses a keep alive ping interval smaller than server's default minTime, connections between server and clients will be closed and reopened frequently.
17 lines
279 B
JSON
17 lines
279 B
JSON
{
|
|
"CN": "Autogenerated CA",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"O": "Honest Achmed's Used Certificates",
|
|
"OU": "Hastily-Generated Values Divison",
|
|
"L": "San Francisco",
|
|
"ST": "California",
|
|
"C": "US"
|
|
}
|
|
]
|
|
}
|