Technoboy- commented on code in PR #15210:
URL: https://github.com/apache/pulsar/pull/15210#discussion_r865633151


##########
site2/docs/reference-configuration.md:
##########
@@ -802,6 +809,7 @@ The [Pulsar 
proxy](concepts-architecture-overview.md#pulsar-proxy) can be config
 |tlsRequireTrustedClientCertOnConnect|  Whether client certificates are 
required for TLS. Connections are rejected if the client certificate isn’t 
trusted. |false|
 |tlsProtocols|Specify the tls protocols the broker will use to negotiate 
during TLS Handshake. Multiple values can be specified, separated by commas. 
Example:- ```TLSv1.3```, ```TLSv1.2``` ||
 |tlsCiphers|Specify the tls cipher the broker will use to negotiate during TLS 
Handshake. Multiple values can be specified, separated by commas. Example:- 
```TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256```||
+|tlsProvider| The TLS provider for the broker service. <br />When TLS 
authentication with CACert is used, the valid value is either `OPENSSL` or 
`JDK`.<br />When TLS authentication with KeyStore is used, available options 
can be `SunJSSE`, `Conscrypt` and so on. | N/A

Review Comment:
   N/A -> Conscrypt  ?



-- 
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