Skip to content

Commit 536833b

Browse files
Fix instructions for using truststore
1 parent f2f1234 commit 536833b

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
@@ -115,7 +115,7 @@ The connector supports authentication with user name and password and also conne
115115
### Setting up TLS using a server-side certificate
116116
To enable use of TLS, set the configuration 'mq.ssl.cipher.suite' to the name of the cipher suite which matches the CipherSpec in the SSLCIPH attribute of the MQ server-connection channel. Use the table of supported cipher suites for MQ 9.0.x [here](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.dev.doc/q113220_.htm) as a reference. Note that the names of the CipherSpecs as used in the MQ configuration are not necessarily the same as the cipher suite names that the connector uses. The connector uses the JMS interface so it follows the Java conventions.
117117

118-
You will need to put the public part of the queue manager's certificate in a JSSE truststore and then provide the location of the truststore as a property to the Kafka Connect worker that you're using to run the connector.
118+
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.
119119

120120

121121
## Configuration

0 commit comments

Comments
 (0)