We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see in original apksigner, it has support sign apk with these 2 files. Can you add support for it please?
The text was updated successfully, but these errors were encountered:
I'll see what I can do, I will keep you updated.
Sorry, something went wrong.
To convert .pk8/.pem into the keystore do following (example for platform.pk8/platform.x509.pem):
openssl pkcs8 -in platform.pk8 -inform DER -outform PEM -out platform.priv.pem -nocrypt openssl pkcs12 -export -in platform.x509.pem -inkey platform.priv.pem -out platform.pk12 -name android keytool -importkeystore -destkeystore platform.jks -srckeystore platform.pk12 -srcstoretype PKCS12 -srcstorepass android -alias android
No branches or pull requests
I see in original apksigner, it has support sign apk with these 2 files. Can you add support for it please?
The text was updated successfully, but these errors were encountered: