Browse Source

put in the full fingerprint to make spoofing harder, and include the

full command to import the key to make it easy for people who don't
know gpg well.
main
John-Mark Gurney 5 years ago
parent
commit
4e76c6561d
Signed by: jmg GPG Key ID: 205F0B33DD006ADA
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      snapaid.sh

+ 4
- 2
snapaid.sh View File

@@ -28,7 +28,7 @@
#

STOREDIR="$HOME/.snapaid"
KEYS="0x524F0C37A0B946A3"
KEYS="78B342BA26C7B2AC681EA7BE524F0C37A0B946A3"
KEY_URLS='https://svnweb.freebsd.org/doc/head/share/pgpkeys/gjb.key?view=co'

setdefaults() {
@@ -280,7 +280,9 @@ if ! check_keys; then
echo "$i"
done
echo ""
echo "and imported into GPG w/ the --import option."
echo "and imported into GPG w/ the --import option. This can be"
echo "done via the command:"
echo "fetch -o - $KEY_URLS | gpg --import -"
echo ""
echo "For extra security, additional verification should be done, such"
echo "as manually verifying finger prints."


Loading…
Cancel
Save