Manually transferring SSL certificates used by a specified queue manager

 

This section gives an example of using the AMQTCERT command to manually transfer the SSL certificates from a WebSphere MQ queue manager certificate store.

We can manually transfer SSL certificates used by a WebSphere MQ queue manager on the computer by entering at a command prompt:

    amqtcert -m QM1
         -w "C:\\IBM\WebSphere MQ\Qmgrs\QM1\SSL\key"
         -g "C:\\IBM\WebSphere MQ\Qmgrs\QM1\SSL\key"
         -p MyPassword

Where:

  1. The command should appear on a single line, but has been displayed as above for the purposes of this documentation

  2. The GSKit key database must not exist prior to using this command as this command will create it

For details of all the options available for this command, see the WebSphere MQ V6.0 System Administration Guide.

 

Parent topic:

Using the AMQTCERT (Transfer Certificates) command


mi10400_