You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -945,6 +945,8 @@ This configures the store to look up CA certificates from the system default cer
945
945
946
946
In order to authenticate the client to the cluster, you need to pass in a certificate and key created for the client and trusted by the brokers.
947
947
948
+
*Note*: You can also set `verify_hostname: false` to disable hostname validation without passing `ssl_ca_cert`, which can be helpful if your `ssl_client_cert` is a combined certificate.
0 commit comments