Locating the key repository for an IBM MQ MQI client on UNIX, Linux, and Windows

The location of the key repository is given by the MQSSLKEYR variable, or specified in the MQCONNX call.

Examine the MQSSLKEYR environment variable to find the location of the key database file for the IBM MQ MQI client. For example:
echo $MQSSLKEYR
Also check the application, because the key database file name can also be set in an MQCONNX call, as described inSpecify the key repository location for an IBM MQ MQI client on UNIX, Linux, and Windows. The value set in an MQCONNX call overrides the value of MQSSLKEYR. Parent topic: Work with SSL/TLS on UNIX, Linux, and Windows