detailcertrequest (detail certificate request)

Show detailed information about a certificate request for a specific queue manager.

Purpose

You can use the detailcertrequest command to show detailed information about a certificate request for a specified queue manager.

Syntax

Read syntax diagramSkip visual syntax diagram detailcertrequest -m QMgrName -labelLabel

Parameters

-m QMgrName
Specifies the name of the queue manager for which the certificate request details are shown.
The queue manager must exist.
-label Label
Specifies the label of the certificate request for which detailed information is shown.

Usage notes

  • This command must be run from the IBM® MQ administration mode. If the system is in the IBM MQ administration mode the prompt includes mq. To enter the IBM MQ administration mode, enter mqcli on the command line. To exit the IBM MQ administration mode, enter exit on the command line.

Examples

  • The following command shows the details of the certificate request request1 for the queue manager QM1 :
    detailcertrequest -m QM1 -label request1
    

Related commands