Login  Register

Re: java certificates jarsigner: unable to recover key from keystore

Posted by ErmanArslansOracleBlog on Aug 06, 2015; 6:36am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/java-certificates-jarsigner-unable-to-recover-key-from-keystore-tp399p401.html

That is ,
If the private key is protected with password , make sure the key password is set to be the same as the store password.
If the private key password was already then use "keytool -keypass" to change the key entry to have the same password as the store password.

So, make keystore  and key passwords be the same and retry.