diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2018-09-18 21:45:05 +0200 |
---|---|---|
committer | Jakub Wilk <jwilk@jwilk.net> | 2018-09-18 22:20:40 +0200 |
commit | d7a14b078c866026a5a27426d37d1f03cacee4fb (patch) | |
tree | 7a4017a9491921bb35e10cff44a5fd35763daef3 /README.md | |
parent | Massive style revision and version update (diff) | |
download | YubiKey-Guide-d7a14b078c866026a5a27426d37d1f03cacee4fb.tar.gz |
Fix live image integrity check
"gpg SHA512SUMS.sign" would do the right thing only if the file actually
contained a detached signature.
Use explicit and robust "gpg --verify SHA512SUMS.sign SHA512SUMS"
instead.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ $ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/S $ !!.sign -$ gpg SHA512SUMS.sign +$ gpg --verify SHA512SUMS.sign SHA512SUMS [...] gpg: Good signature from "Debian CD signing key <debian-cd@lists.debian.org>" [unknown] [...] |