Tagged Questions
7
votes
2answers
5k views
How to use PEM file to create a SSL socket in Java?
See related question.
I have a PEM file provided to me and was told that it will be needed in establishing a SSL socket that connects to a c++ server for some API calls. Does anyone know how I can ...
1
vote
2answers
191 views
Convert CA-signed JKS keystore to PEM
I have a JKS keystore with certicate signed by CA. I need to export it in PEM format in order to use it with nginx. I need to do it in such a way that it includes the whole chain, so that my client ...
0
votes
1answer
60 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 ...