1

I want to create two .pem files one for client and other for server, Based on my understanding client pem file will have servers public key + clients private key and server pem file will have client public key + servers private key. I have created jks file from http://yellowcat1.free.fr/keytool_iui.html

What are the steps to follow to achive required pem files and those .pem file should be password enabled.

Avinash
  • 12,851
  • 32
  • 116
  • 186
  • Almost a duplicate of [converting-a-java-keystore-into-pem-format][1]. Refer this post. [1]: http://stackoverflow.com/questions/652916/converting-a-java-keystore-into-pem-format – Drona Jun 06 '12 at 08:35
  • But it does not talk about client and server .pem files which is where I am confused. – Avinash Jun 06 '12 at 08:48
  • There is no difference except that a client keystore may or may not contain a private key. All the steps are the same. – user207421 Jun 06 '12 at 09:29

0 Answers0