Manually migrating certificate stores
- amqtcert -g C:\SSL\Client\key -w C:\SSL\Client\key -p
MyPassword
- Manually migrates the client WebSphere MQ Certificate Store, specified by the -w parameter value, to the GSKit key database specified
by the -g parameter value. It sets the password of the
GSKit key database (called key.kdb) to MyPassword. It also sets
the GSkit label (of the certificate which was assigned in the WebSphere MQ client
store) to ibmwebspheremq<mylogonid>, where <mylogonid> stands for the logon id of the current user in lower case.
- amqtcert -g C:\GSKitSSL\Client\key -w C:\SSL\Client\key
-p MyPassword -u MyClientID -i 14
- Manually migrates a client's WebSphere MQ Certificate Store, specified by the -w parameter value, to the GSKit key database specified
by the -g parameter value. This command sets the password
of the GSKit key database (named key.kdb) to MyPassword. It also
sets the GSKit label of the certificate specified by -i to ibmwebspheremq<mylogonid>, where <mylogonid> stands
for the logon id of the current user in lower case.
- amqtcert -g "C:\Program Files\IBM\WebSphere MQ\Qmgrs\QM1\SSL\key"
-w "C:\Program Files\IBM\WebSphere MQ\Qmgrs\QM1\SSL\key" -p MyPassword -m
QM1
- Manually migrates the WebSphere MQ Certificate Store for queue manager QM1,
specified by the -w parameter value, to the GSKit key
database specified by the -g parameter value. It sets
the password of the GSKit key database (named key.kdb) to MyPassword. It also sets the GSkit label (of the certificate which was assigned
to queue manager QM1) to ibmwebspheremqqm1.