Listing certificate requests for a queue manager

You can list any outstanding certificate requests for a queue manager by using the listcertrequest command on the command line. An outstanding certificate request is a request where the CA-signed certificate has not been received. Ensure that each certificate request is sent to your certificate authority.

Procedure

  1. Enter the IBM® MQ administration mode by entering the following command:

    mqcli

  2. List the certificate requests by entering the following command:

    listcertrequest -m QMgrName

    Where:
    QMgrName
    Specifies the name of the queue manager that you want to list the certificate requests for.
  3. Optional: Exit the IBM MQ administration mode by entering the following command:

    exit

What to do next