mve1 wrote: > I'm ready to try it as soon as I can find the pgp key used to sign > the image. It should be somewhere obvious? I looked around but still > can't find it. I see the .asc files. How did you verify the > signature?
I did a 'pgpdump' of the .asc file and it says this is the key that you can use: 0xB4EFB9F38D8AEBF1 So you can do: gpg --recv-keys 0xB4EFB9F38D8AEBF1 gpg --verify trisquel.iso.asc Replace trisquel.iso with the actual name of the file, and make sure the .asc is in the same directory. It should tell you that the signature is good but can't be authenticated (IIRC). Hope that helps! Andrew.
