make an example about how to watch key with certificate #876
Unanswered
ruguoxiansheng
asked this question in
Q&A
Replies: 1 comment 4 replies
-
To configure SSL, jetcd relies entirely on what gRPC provides : Client client = Client.builder()
.endpoints(endpoint)
.sslContext(builder -> {
// do something with SslContextBuilder
})
.build(); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear editor:
Can you make an example about how to watch key with certificate with etcd? like etcd-peer.pem,ca.pem. Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions