Tagged Questions
3
votes
3answers
6k views
How can I create a PFX file from a Java Keystore?
I have a Java keystore (.jks file) holding a single certificate. How can I create a .pfx file from this keystore?
0
votes
1answer
45 views
Java EE + JKS vs CSharp
from .NET 3.5 C# web application we want to connect to Java WebService. There are security checks using JKS certificate. How can we use it / send it in web method call?
Thanks.