On Monday, January 27, 2020 at 4:49:19 PM UTC+1, unman wrote: > > On Mon, Jan 27, 2020 at 07:04:14AM -0800, Lorenzo Lamas wrote: > > > > > > On Monday, January 27, 2020 at 1:32:53 PM UTC+1, Maria Losdren wrote: > > > > > > Yes but there is no good documentation on Qubes how to do this in the > > > windows gui. > > > > > > I am a noob and i can only use step by step tutorials. > > > > > > > The command line works differently on Windows. You cannot just use a > > program like on Linux, but you have to go to the exe file. So most > likely: > > CD C:\Program Files (x86)\gnupg\bin > > then: > > gpg2.exe --import qubes-master-signing-key.asc > > (or any other command.) Note that if you copy and paste this it will not > > work, you also need to add the file path, e.g.: > > gpg2.exe --import C:\Users\*your > > username\Downloads\qubes-master-signing-key.asc > > > > Does gpg4win have gpg2.exe? > In any case, the gpg4win application seems to be a better route for > someone who isnt used to linux or the command line. And, from what I can > see it's also incorporated in to windows context menus. >
Ah you're correct, it is gpg.exe, there is no gpg2.exe The GUI is easier, but has it's own complexities. There are two different applications, GPA and Kleopatra, and if I recall correctly you also need to sign the Qubes key yourself otherwise you will get an error, so it also involves creating your own keypair. @Maria Try this. Open GPA, import your downloaded master key. Check if the fingerprint is correct. Right click set owner trust and set it to ultimate. Then download the release signing key and also import it. Download the Qubes iso and signature. Right click the signature and go to More GpgEx options, and click Verify. If the verify gives you an error, try command line: cd C:\Program Files (x86)\gnupg\bin Then use gpg to verify(change path to correct download folder, you can right-click the signature file, click properties, and copy and paste the file path): gpg.exe --verify C:\Users\*your username*\Downloads\Qubes-R4.0.3-x86_64.iso.asc -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/0e8976df-ffb0-4184-8c63-357d9ad30fe5%40googlegroups.com.
