You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/20 11:59:09 UTC

[GitHub] [pulsar] MarvinCai commented on a diff in pull request #16700: [improve][admin-cli] Add TLS provider support

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org