I am developing an application using .net 6. I am trying to connect to Ibm mq using amqmdnetstd.dll(9.3.2). We are deploying the application within a openshift pod. Please note that the Ibm mq server is deployed in a different system. The infrastructure team has provided us with a keystore.p12 file and asked us to use this for the keystore. My query is whether if this is even possible since i was under the inpression that amqmdnetstd only accepts .kdb file for keystore repository.
I have tried to provide the directory and file name for the .p12. But the queue is not connecting. I have tried to access the same queue from a windows box after generating .kdb file and it seems to be working fine.
Please let me know if it is possible to use a .p12 file directly.