# For alice
{
"cert": {
"ca_cert": "bob's ca root pem",
"cert": "cert pem",
"key": "cert key ",
},
"client_certs": {
"bob": {
"ca_cert": "bos's ca root pem",
"cert": "cert pem",
"key": "cert key ",
}
}
The content of client_certs is duplicated actual. We can not set different root ca cert for different parties actually due to grpc server uses a specific ca root cert only.
The
tls_config
is something likeThe content of
client_certs
is duplicated actual. We can not set different root ca cert for different parties actually due to grpc server uses a specific ca root cert only.So we can just simplify the
tls_confg
to