views:

684

answers:

1

I am trying to connect to an SSL server which requires me to authenticate myself. In order to use SSL over Apache MINA I need a suitable JKS file. However, I have only been given a .PEM file.

How would I go about creating a JKS file from a PEM file?

+2  A: 

May be this link could be helpful:

http://www.agentbob.info/agentbob/79-AB.html

Laurent K
Not as simple as I was hoping, but it does the job - many thanks.
jwoolard