Replies: 1 comment
-
Hi @chiache11, that TODO item is related to the client TLS settings but probably includes a few things including the CA certificate that the client uses to validate the cert the server provides. The plan is to add command-line parameters for this but it's not something that is completed yet. In the meantime you can start-up the server from a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to add ca certificate to verify TLS connection, but I didn't find any parameter to use.
Does TLS use insecure way to establish the connection?
I also tried the different command for -EnableGNMIServer parameter, but both of them can work with TLS connection.(I didn't use parameter
NoTLSVerify
)What is the different from these two command output ?
Is this todo parameter for mutual authenticate?
Beta Was this translation helpful? Give feedback.
All reactions