Skip to content Skip to sidebar Skip to footer

Build.phonegap Upload Or Convert A P12 Certificate File

I have my phonegap project with DevExtreme tool. It is with phonegap cli-7.1.0 and it works fine. Now I'd like to upgrade to cli-9.0.0. I build the project with https://build.phone

Solution 1:

It seems I found a solution. Converting my p12 file with this command works:

keytool -v -importkeystore -srckeystore android_certificate.p12 -srcstoretypePKCS12 -destkeystore myKey.keystore -deststoretypeJKS

Thanks to this question

Post a Comment for "Build.phonegap Upload Or Convert A P12 Certificate File"