EvilZone

Hacking and Security => Hacking and Security => : Kulverstukas April 28, 2014, 11:35:00 AM

: Import private key and certificate into Java Key Store (JKS)
: Kulverstukas 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:
:
http://www.agentbob.info/agentbob/79-AB.html
: Re: Import private key and certificate into Java Key Store (JKS)
: cehv9 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.