Certificate chain not found, but keystore contains private key
问题 Im trying to sign my apk so I can release an update to my app with this command: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore myrelease-key.keystore CordovaAppreleaseunsigned.apk alias_name but getting this error: jarsigner: Certificate chain not found for: ¡sigalg. ¡sigalg must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain. I´ve just moved to a new computer so I copied my .keystore file to it. When I do