Trying to upload an update in Huawei App Gallery I have created the .zip required for "App Signing":
java -jar pepk.jar --keystore jorgesyskeystore.jks --alias jorgesysioana --output=output.zip --encryptionkey=1234567892224EE22B45D19B23DB91BA9F52DE0A06513E03A5821409B34976FDEED6E0A47DBA48CC249DD93734A6C5D9A0F43461F9E140F278A5D2860846C2CA3B434AC65D --include-cert
The .zip created, contains the required files certificate.pem and encryptedPrivateKey:
But now I get the message, when I try to upload the .zip file:
"The app signature key information is different from that of the app version uploaded earlier. Please upload a valid key file"
The Keystore used to sign this version is the same of later versions.
How could I fix this problem?

