managed workflow / eas-cli/3.9.2 darwin-arm64 node-v16.17.0
I am having trouble importing the Android “Upload key certificate” certificate from an app that’s already published on the Play Store into my EAS credentials. Can someone please take a look the at steps I’ve taken and let me know if I’m missing anything or if I’m doing something wrong? Any help would be greatly appreciated!
The steps I took were:
- Download the “Upload key certificate” from Google Play Console (named “upload_cert.der”)
- Create a PKCS12 certificate from upload_cert.der using the following command:
keytool -import -alias upload -keystore keystore.jks -file upload_cert.der -storepass "password"
- Import the “keystore.jks” to eas with the “eas credentials” command (Android → Production → Keystore → Set up new keystore)
- Build file with:
eas build -p android
The command above gives the following error: “trusted certificate entries are not password-protected”