MarvinCai commented on code in PR #16700:
URL: https://github.com/apache/pulsar/pull/16700#discussion_r925519666


##########
conf/client.conf:
##########
@@ -67,3 +67,8 @@ tlsTrustStorePath=
 
 # TLS TrustStore password
 tlsTrustStorePassword=
+
+# Set up TLS provider for web service
+# When TLS authentication with CACert is used, the valid value is either 
OPENSSL or JDK.
+# When TLS authentication with KeyStore is used, available options can be 
SunJSSE, Conscrypt and so on.
+webserviceTlsProvider=

Review Comment:
   do we really need this config? seems it's just the same as `--tls-provider` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to