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



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

Answer / 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

More MQSeries Interview Questions

Explain what is the algorithm followed in retrieving the messages from the queue?

0 Answers  


what is sequel number mismatch? how to resolve

4 Answers   Bank Of America,


How to define a buffer pool for holding messages in main storage?

0 Answers  


What is message client?

0 Answers  


What are difference between dead letter queue and backout queue in websphere mq?

0 Answers  






Explain the difference between dead letter queue and backout queue in websphere mq?

0 Answers  


Tell me how does mq support the integration?

0 Answers  


Which types of logs are using in your organization

0 Answers  


How does mq support the integration?

0 Answers  


Tell me what are the commands used for starting and stopping the queue manager?

0 Answers  


How to get particular message from queue? like first message ?or 30th message

2 Answers   L&T,


what is the difference between mq version 6 and 7

5 Answers   IBM,


Categories