recreatecertrequest (re-create certificate request)
Re-create a certificate request for a specific queue manager.
Purpose
You can use the recreatecertrequest command to re-create a certificate request. The certificate request can then be sent to a CA to be renewed.
Syntax
Parameters
- -m QMgrName
- Specifies the name of the queue manager for which the certificate request is re-created.
- -label Label
- Specifies the label that is associated with the certificate request.
- -sig_alg HashAlgorithm
- Specifies the signing algorithm that is used to create the signature that is associated with the new certificate.
- -ku Usage
- Specifies a list of valid uses for the certificate.
- -eku Usage
- Specifies a list of valid uses for the certificate.
- -san_dnsname DNSNames
- Specifies the Subject Alternative Name (SAN) DNS names for the certificate that is created.
- -san_ipaddr IPAddresses
- Specifies the Subject Alternative Name (SAN) IP addresses for the certificate that is created.
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 re-creates a certificate request for the queue manager
QM1:recreatecertrequest -m QM1
