Reputation: 337
I want to verify the integrity of the file SHA512SUMS
which I downloaded from http://cdimage.debian.org/debian-cd/8.1.0/i386/iso-cd/ using the detached signature SHA512SUMS.sign
. How can I obtain the Debian public key? What is the right keyserver?
Upvotes: 1
Views: 3355
Reputation: 425
I found that whonix has much clearer instructions for verifying CD images. https://www.whonix.org/wiki/Debian
Steps:
If (and only if) your CD image checks out as OK, you have successfully verified your image!
Upvotes: 4
Reputation: 337
It seems that gpg --keyring /usr/share/keyrings/debian-role-keys.gpg --verify SHA512SUMS.sign SHA512SUMS
works
Upvotes: 0