Bitcoin Forum
June 21, 2024, 10:32:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: How to verify the APK signing certificate fingerprint? (linux) on: August 25, 2023, 10:29:03 AM
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?   Mayo Clinic Patient Portal App


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.




Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!