Locating the key repository for a WebSphere MQ client

Examine the MQSSLKEYR environment variable to obtain the location of your WebSphere MQ 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 a WebSphere MQ client. The value set in an MQCONNX call overrides the value of MQSSLKEYR.