GitHub user redoc123 edited a discussion: how to enable mTLS for multiple 
clients on same broker

As per documentation, you can configure only a single client certificate in 
broker.conf

\#configure mTLS for the internal client
brokerClientTlsEnabled=true
brokerClientTrustCertsFilePath=/path/to/ca.cert.pem
brokerClientCertificateFilePath=/path/to/client.cert.pem
brokerClientKeyFilePath=/path/to/client.key-pk8.pem

Consider a scenario where I have two different applications from two different 
business units connecting to a broker. 

How do I enable mTLS between both the applications and broker without sharing 
client side cert key pair??


GitHub link: https://github.com/apache/pulsar/discussions/21136

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to