EvilZone

Hacking and Security => Hacking and Security => Topic started by: Kulverstukas on April 28, 2014, 11:35:00 AM

Title: Import private key and certificate into Java Key Store (JKS)
Post by: Kulverstukas on April 28, 2014, 11:35:00 AM
Basically a life saving advice that helped me. If you have a private key and a certificate, and you need to slap it into a keystore, you cannot do that with Java KeyTool for some reason.
Here's a site that describes what to do:
Code: [Select]
http://www.agentbob.info/agentbob/79-AB.html
Title: Re: Import private key and certificate into Java Key Store (JKS)
Post by: cehv9 on April 29, 2014, 08:57:33 AM
we are working with HSMs (Hardware Security Module) and we are on work with JAVA and private keys. It is complicated but nice.


Thank you for your information.