My client gave me a keystore for the purpose of signing a Java applet jar file. I exported a .cer file from it and then imported it into cacerts but I keep getting "Certificate chain not found" error. It also says "alias must reference a valid KeyStore key entry containing a private key and corresponsing public key certificate chain."
I tried Gaston's suggestion below, it went as follows:
jarsigner -keystore "D:\My Documents\keystore\MyKeyStore.jks" -storepass mypass -signedjar my_signed_jar.jar" unsigned.jar myalias
Warning:
The signer's certificate chain is not validated.