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 your IBM MQ MQI client. For example:
echo $MQSSLKEYR
Also check our application, because the key database file name can also be set in an MQCONNX call, as described inSpecifying 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.