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

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

Examine the MQSSLKEYR environment variable to obtain the location of your IBM® WebSphere® MQ MQI client's key database file. For example:

echo $MQSSLKEYR
Also check your application, because the key database file name can also be set in an MQCONNX call, as described in Specifying the key repository location for an IBM WebSphere MQ MQI client on UNIX, Linux, and Windows systems. The value set in an MQCONNX call overrides the value of MQSSLKEYR.