Tagged Questions

3
votes
2answers
3k views

Converting .jks to p12

How to configure .jks file to p12. jks is java key store file so how can i convert to p12 format.
0
votes
2answers
70 views

Problems when using multiple keys in a jks (ssl)

I have two client pkcs12 keystores. I exported the certs out of both of those and added them to a new jks using keyman. The strange thing is that each keystore seperately works fine, but when i ...
0
votes
1answer
565 views

Convert from .jks to passwordless .p12?

I have a java key store that contains a cert and private key. I want to convert this to a .p12 file that has no password. I'm using the .p12 in a shell script.