deletecertrequest (delete certificate request)
Delete a certificate request that was previously issued from a specific queue manager, or for replication links..
Purpose
You can use the deletecertrequest command to delete a certificate request that was previously issued from a specified queue manager, or for the replication links of HA, DR, or DR/HA queue managers.
Syntax
Parameters
- -m QMgrName
- Specifies the name of the queue manager for which the certificate request is deleted.
-replication- Specifies that the certificate request to delete is for the replication link of an HA, DR, or DR/HA queue managers. The same certificate is used for all HA, DR, or DR/HA queue managers on an appliance.
- -label Label
- Specifies the label that is associated with the certificate request.
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, entermqclion the command line. To exit the IBM MQ administration mode, enterexiton the command line.
Examples
- The following command deletes a certificate request with a label of
cert1for the queue managerQM1:deletecert -m QM1 -label cert1
