nodece commented on code in PR #16700: URL: https://github.com/apache/pulsar/pull/16700#discussion_r926194856
########## 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: You are right, the `webserviceTlsProvider` equals with `--tls-provider` flag. I suggest we should add this config. -- 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]
