You could use several tools to perform this such as Keytool and OpenSSL.
-Djavax.net.ssl.trustStore=<location of trustStore> -Djavax.net.ssl.keyStore=<location of keyStore> -Djavax.net.ssl.keyStorePassword=<password><app>This could be done through JVM arguments when starting the Mule Runtime or using the wrapper.conf file.
In order to set up the CipherSuite to be used, you'll require to enable additional properties in the IBM MQ Connector.
To do so from the Anypoint Studio UI:
<ibm-mq:config name="IBM_MQ_Config" doc:name="IBM MQ Config" doc:id="129fe500-0d2d-4700-9456-f188fa3a5df3" > <ibm-mq:connection targetClient="NO_JMS_COMPLIANT" > <ibm-mq:connection-mode > <ibm-mq:client host="localhost" queueManager="QM1" channel="DEV.APP.SVRCONN" /> </ibm-mq:connection-mode> <ibm-mq:additional-properties > <ibm-mq:additional-property key="XMSC_WMQ_SSL_CIPHER_SUITE" value="SSL_RSA_WITH_AES_256_CBC_SHA256" /> </ibm-mq:additional-properties> </ibm-mq:connection> </ibm-mq:config>
Disclaimer: This solution provides a suggestion that should be considered in conjunction with your specific use-case and requirements and does not represent a complete solution for all circumstances. This method is applicable for IBM MQ Connector versions up to version 1.1.1.
001114532

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.