Verify task 2

 

We can issue some DISPLAY commands to verify that the task has been completed successfully. If the task was successful, the resulting output will be similar to that shown in the following examples.

From the QMA queue manager, enter the following command:

DISPLAY CHS(TO.QMB) SSLPEER SSLCERTI
The resulting output will be similar to the following:
dis chs(TO.QMB) SSLPEER SSLCERTI
     4 : dis chs(TO.QMB) SSLPEER SSLCERTI
AMQ8417: Display Channel Status details.
   CHANNEL(TO.QMB)                         CHLTYPE(SDR)
   CONNAME(9.20.25.40)                     CURRENT
   RQMNAME(QMB)
   SSLCERTI("CN=WebSphere MQ CA,OU=WebSphere MQ Devt,O=IBM,ST=Hampshire,C=UK")
   SSLPEER("CN=QMB,OU=WebSphere MQ Development,O=IBM,ST=Hampshire,C=UK")
   STATUS(RUNNING)                         SUBSTATE(MQGET)
   XMITQ(QMB)

From the QMB queue manager, enter the following command:

DISPLAY CHS(TO.QMB) SSLPEER SSLCERTI
The resulting output will be similar to the following:
dis chs(TO.QMB) SSLPEER SSLCERTI
     5 : dis chs(TO.QMB) SSLPEER SSLCERTI
AMQ8417: Display Channel Status details.
   CHANNEL(TO.QMB)                         CHLTYPE(RCVR)
   CONNAME(9.20.35.92)                     CURRENT
   RQMNAME(QMA)
   SSLCERTI("CN=WebSphere MQ CA,OU=WebSphere MQ Devt,O=IBM,ST=Hampshire,C=UK")
   SSLPEER("CN=QMA,OU=WebSphere MQ Development,O=IBM,ST=Hampshire,C=UK")
   STATUS(RUNNING)                         SUBSTATE(RECEIVE)
   XMITQ( )

In each case, the value of SSLPEER should match that of the Distinguished Name (DN) in the partner certificate that was created in Step 2. The issuer’s name matches the subject’s DN of the CA certificate that has signed the personal certificate added in Step 4.

 

Parent topic:

Task 2: Using CA-signed certificates


sy11810_