How will you configure SSL in Linux ans AIX? please give
proper explanation with commands.

Answer Posted / prasad

**** to create key database we use below step*****
runmqckm -keydb -create -db key.kdb -pw test123 -type cms -stash




***** creating the self signed certificate for QM1 ******
runmqckm -cert -create -db key.kdb -pw test123 -dn "CN=MYQMG,O=HOME,C=IN" -label ibmwebspheremqqm1




***** extracting the root certificate from personal cert of QM1 ****
runmqckm -cert -extract -db key.kdb -pw test123 -label ibmwebspehremqqm1 -target qm1root.arm




******* adding the QM2 root certificate into QM1 kdb***
runmqckm -cert -add -db key.kdb -pw test123 -file qm2root.cer -label "qm2 root cert"




****** Displaying all the certificates from the keydatabase *****************
runmqckm -cert -list all -db key.kdb -pw test123




***** displaying a certificate details from the kdb****
runmqckm -cert -details -db key.kdb -pw dell123 -label ibmwebspheremqdell_qm




IMP points ****
for windows we use "runmqckm" command to work with keymanagement where as in unix type os we go with "gsk7cmd"

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain some rules for using mqsc commands?

576


Explain the significance of mqseries?

635


Define process definition?

576


Define ibm mq series?

621


What are the commands used for starting and stopping the queue manager?

589






What is transmission queue?

639


Name some reserved queue names of ibm websphere mq?

568


What is process definition and what are the attributes does it contain?

669


Tell me apart from websphere mq, have you used any other message oriented middleware (mom) or any other mq series provider?

604


What is ibm mq channel?

559


Explain the difference between binding connection and client connection?

614


Tell me how to find how many messages are passed through the particular channel is it possible to find it?

699


What are the effects of using persistent messages?

591


What is the message client in mqseries?

597


What is a queue in mqseries?

613