sakaki- / gentoo-on-rpi-64bit

Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
GNU General Public License v3.0
921 stars 126 forks source link

verifying image on window #45

Closed AcemiPulco closed 6 years ago

AcemiPulco commented 6 years ago

Hello, good days. Sorry for that probably stupid question: I need to verify the image file using the signature on windows! So, I used gpg.exe (please see https://gpg4win.org/download.html) for that and I have following results: .......... Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>"C:\Program Files (x86)\GnuPG\bin\gpg.exe" --verify C:\Users\fyallur\Downlo ads\Gentoo\genpi64.img.xz.asc C:\Users\fyallur\Downloads\Gentoo\genpi64.img.xz gpg: Signature made 04/03/18 18:35:15 Turkey Standard Time gpg: using RSA key 4120B21484A776474658390931C80DB2DDE76CEA gpg: Can't check signature: No public key .........

So, couldn't decide if the result is OK or NOT

regards,

sakaki- commented 6 years ago

Hi, you need to import my public key from a keyserver, see e.g. these notes, for this to work.

Use FileLookup Certificates on Server... and either enter the RSA key id (4120B21484A776474658390931C80DB2DDE76CEA) or my email address (sakaki@deciban.com) as search terms.

Once you have imported the key, you should be able to validate.

AcemiPulco commented 6 years ago

thanks