receivecert (receive certificate)
Receive a certificate signed by a Certificate Authority (CA) as the result of a previous request.
Purpose
You can use the receivecert command to accept a certificate that has been signed by a CA.
Syntax
Parameters
- -m QMgrName
- Specifies the name of the queue manager for which the certificate is accepted.
- -file FileName
- Specifies the file that contains the certificate.
- -format ascii|binary
- Specifies the format of 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, entermqclion the command line. To exit the IBM MQ administration mode, enterexiton the command line.
Examples
- The following command accepts a certificate file
certificate.pemfor the queue managerQM1:receivecert -m QM1 -file certificate.pem
