Search content
Sort by

Showing 1 of 1 result by Orneved50
Post
Topic
Board Bitcoin Technical Support
Re: How to verify the APK signing certificate fingerprint? (linux)
by
Orneved50
on 25/08/2023, 10:29:03 UTC
Hi btctalk!

I'm stumped on how to "import GPG key" on this apk file.  I'm on linux and been trying for a couple days.

https://github.com/Blockstream/green_android

Can anyone point me to a resource to accomplish this?

Thank you!

Hello,

To import a GPG key for the APK file from the GitHub repository "Blockstream/green_android" on Linux, follow these steps:

Download the repository's GPG key: gpg --recv-keys <KEY_ID>

Verify the APK signing certificate fingerprint:

jarsigner -verify -verbose -certs <APK_FILE>

For detailed instructions and troubleshooting, refer to the repository's documentation or GPG and APK signing guides online.