deletecert (delete certificate)
Delete a certificate from the keystore of a specific queue manager.
Purpose
You can use the deletecert command to remove a certificate from the key repository of a specified queue manager.
Syntax
Parameters
- -m QMgrName
- Specifies the name of the queue manager for which the certificate is deleted.
- -label Label
- Specifies the label that is associated with the certificate.
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, entermqcli
on the command line. To exit the IBM MQ administration mode, enterexit
on the command line.
Examples
- The following command deletes a certificate with a label of
cert1
for the queue managerQM1
:deletecert -m QM1 -label cert1