| Administrator | 
		Did you see my last update regarding "unable to recover key from keystore" ?
 Also,
 
 If you are using your private Root CA to sign jar files, then add the new Root CA to java cacerts
 Otherwise, when running  jarsigner -verify -verbose -certs  on a signed jar file, you might see an error due to trust anchors not available in certificate chain
 [CertPath not validated: Path does not chain with any of the trust anchor
 |