DEV Community

leminhduc1202
leminhduc1202

Posted on

Answer: exports certificate of signing key to .pem extension in Android Studio

You can export the certificate of your new app signature from .jks file in two way:

  • Via CMD/PowerShell or Terminal keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks

  • using Key Store Explorer software (download from here : http://keystore-explorer.org/downloads.html) and to know how to export in .pem format…

Top comments (0)