Skip to content

Commit b6b2ead

Browse files
Andrew SchofieldAndrew Schofield
authored andcommitted
Update mutual TLS documentation
1 parent 757f275 commit b6b2ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To enable use of TLS, set the configuration `mq.ssl.cipher.suite` to the name of
204204
You will need to put the public part of the queue manager's certificate in the JSSE truststore used by the Kafka Connect worker that you're using to run the connector. If you need to specify extra arguments to the worker's JVM, you can use the EXTRA_ARGS environment variable.
205205

206206
### Setting up MQ connectivity using TLS for mutual authentication
207-
You will need to put the public part of the client's certificate in the queue manager's key repository. You will also need to configure the worker's JVM with the location and password for the keystore containing the client's certificate.
207+
You will need to put the public part of the client's certificate in the queue manager's key repository. You will also need to configure the worker's JVM with the location and password for the keystore containing the client's certificate. Alternatively, you can configure a separate keystore and truststore for the connector.
208208

209209
### Security troubleshooting
210210
For troubleshooting, or to better understand the handshake performed by the IBM MQ Java client application in combination with your specific JSSE provider, you can enable debugging by setting `javax.net.debug=ssl` in the JVM environment.

0 commit comments

Comments
 (0)