Locating the key repository for a queue manager on UNIX, Linux, and Windows
Use this procedure to obtain the location of our queue manager's key database file
Procedure
-
Display your queue manager's attributes, using either of the following MQSC commands:
DISPLAY QMGR ALL DISPLAY QMGR SSLKEYR
We can also display your queue manager's attributes using the IBM MQ Explorer or PCF commands. -
Examine the command output for the path and stem name of the key database file.
For example,
- on UNIX and Linux : /var/mqm/qmgrs/QM1/ssl/key, where /var/mqm/qmgrs/QM1/ssl is the path and key is the stem name
- on Windows: MQ_INSTALLATION_PATH\qmgrs\QM1\ssl\key, where MQ_INSTALLATION_PATH\qmgrs\QM1\ssl is the path and key is the stem name. MQ_INSTALLATION_PATH represents the high-level directory in which IBM MQ is installed.
Parent topic: Work with SSL/TLS on UNIX, Linux, and Windows