SignAPK File - PEM and PK8 File

What is PEM file and Pk8 file. Where can I find them for Android. I need to use this to sign the apk manually via SignApk.jar.

java -jar SignApk.jar certificate.pem key.pk8 PlatformOne.apk pf1.apk

This tool has an embedded pem file and a pk8 file. but I need my own private key.

+3


source to share


2 answers


The whole procedure looks very well explained here How to sign Android APK or Zip files



+5


source


Go to rom. You will find etc

named folder here. Then open it and now you will find a folder named security

. Open it now. You will find a zip file named otacerts.zip

. Open it now and you will find your pem

file



0


source







All Articles