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?
1
vote
1answer
48 views

Keystore Alias Null Error

I am trying to configure a product called Hermes for a digital signature. I have a file MyCert.pfx which I specified in its configuration as follows: <component ...
1
vote
1answer
879 views

What are the merits of JKS vs PKCS12 for code signing?

When buying a code-signing certificate, what are the merits of starting with a PKCS12 versus JKS certificate? Some vendors give instructions on starting with a JKS or PKCS12 certificate signing ...
0
votes
1answer
76 views

one PEM file with private ley and certificate into JKS

I have a JKS keystore in client application and I have been given one PEM file containing both private key and certificate to use for SOAP signature. PEM file looks like this: -----BEGIN RSA PRIVATE ...