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 2018/03/01 18:15:06 UTC

[GitHub] merlimat commented on a change in pull request #1297: Add Configuration to set tlsClientAuth

merlimat commented on a change in pull request #1297: Add Configuration to set tlsClientAuth
URL: https://github.com/apache/incubator-pulsar/pull/1297#discussion_r171645907
 
 

 ##########
 File path: conf/broker.conf
 ##########
 @@ -207,6 +207,9 @@ tlsTrustCertsFilePath=
 # Accept untrusted TLS certificate from client
 tlsAllowInsecureConnection=false
 
+# Specify whether Client certificates are required for TLS
+# Reject the Connection if the Client Certificate is not trusted.
+tlsReqTrustedClientCertOnConnect=false
 
 Review comment:
   nit: please use full work instead of abbreviation to improve readabilty `tlsRequireTrustedClientCertOnConnect`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services