Bitcoin Forum
May 03, 2024, 06:03:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to verify the APK signing certificate fingerprint? (linux)  (Read 117 times)
Pocketchange (OP)
Jr. Member
*
Offline Offline

Activity: 44
Merit: 22


View Profile
August 21, 2023, 10:02:45 PM
Merited by NotATether (2)
 #1

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!
1714716181
Hero Member
*
Offline Offline

Posts: 1714716181

View Profile Personal Message (Offline)

Ignore
1714716181
Reply with quote  #2

1714716181
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714716181
Hero Member
*
Offline Offline

Posts: 1714716181

View Profile Personal Message (Offline)

Ignore
1714716181
Reply with quote  #2

1714716181
Report to moderator
1714716181
Hero Member
*
Offline Offline

Posts: 1714716181

View Profile Personal Message (Offline)

Ignore
1714716181
Reply with quote  #2

1714716181
Report to moderator
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
August 21, 2023, 10:58:00 PM
Merited by ABCbits (1), TryNinja (1), Pocketchange (1)
 #2

As shown at https://help.blockstream.com/hc/en-us/articles/900002174043-How-do-I-verify-the-Blockstream-Green-binaries-, you can do:
Code:
$ gpg --keyserver keyserver.ubuntu.com --recv-keys "04BE BF2E 35A2 AF2F FDF1 FA5D E7F0 54AA 2E76 E792"

If it fails, try:
Code:
$ gpg --verbose --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "04BE BF2E 35A2 AF2F FDF1 FA5D E7F0 54AA 2E76 E792"
Pocketchange (OP)
Jr. Member
*
Offline Offline

Activity: 44
Merit: 22


View Profile
August 21, 2023, 11:20:10 PM
 #3

I really appreciate the help vv181! I looked at a lot of places for help except blockstreams articles.  Huh
I thought it would be simpler if they just put the code on their github page.

Thank you!
Orneved50
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 25, 2023, 10:29:03 AM
Last edit: August 26, 2023, 04:12:50 AM by Orneved50
 #4

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]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!