Can someone help me through this?
Thank you,
Steven
Ya I do it as shown here https://www.qubes-os.org/security/verifying-signatures/
I don't bother with digests, I just download the signature and the key. and the master key. https://keys.qubes-os.org/keys/qubes-master-signing-key.asc
Check the master key is the same as shown on Joanna Rutkowska twitter.
switch to the directory you imported everything. Then import it as shown on docs. gpg --import qubes-master-signing-key.asc
Then import the PGP release key the same way.
Then verifyy the .asc file with the iso as shown on docs. gpg -v --verify ascfile isofile
Then doublecheck the release 4 signature key shown is signed with the qubes master key as shown in docs as the last step with gpg --list-sig
I just imported the two keys. The version 4 signing key came back with "no ultimately trusted keys found". Is that an issue?
I am running it through budgie ubuntu. I currently have no qubes system installed. Am I doing this right?
I installed gpg2 in ubuntu to run this commands through terminal
Thanks,
Steve