Can you use different TLS CAs for client and server certs? #16627
-
Hello, I'm setting up a new etcd cluster and I'm having issue with TLS certificates and the GRPC gateway.
After some digging, it looks like the gateway is failing to connect because it tries to use the certificate from the server's config which is not signed by the client CA therefore it gets rejected. This would mean that to use the GRPC gateway I need to use the same CA for the clients and servers certs but this seems less secure even when restricting key usages. Is my theory correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @ArthurMelin - Thanks for your question. Yes, currently the gRPC gateway uses the etcd server certificate, refer: |
Beta Was this translation helpful? Give feedback.
Hey @ArthurMelin - Thanks for your question. Yes, currently the gRPC gateway uses the etcd server certificate, refer: