| ||||||
| 5/17 |
| 2004/6/9-10 [Computer/SW/Security] UID:30708 Activity:kinda low |
6/9 pgp/gpg: I'm trying to verify the authenticity of an iso file.
I've read the gpg man page and HOWTO, and I still don't understand
what is the right way to do this. Shouldn't it take 2 commands?
Here are the three filenames: DC0FCB63.asc
dban-1.0.3_i386.iso dban-1.0.3_i386.iso.asc
What's the correct incantation?
\_ wow it's sad that this software is so arcane to use.
\_ Is this correct? -op
gpg --import DC0FCB63.asc
gpg --verify dban-1.0.3_i386.iso.asc |