# note: this doesn't work with gpg2. i dunno what the equivalent is in
# gpg2, likely just exporting all the keys.
command gpg --trust-model always --no-default-keyring --keyring ./fsf-keyring.gpg --import /tmp/keys.asc
+echo
+echo "Please verify in another terminal window that the keyring doesn't contain many spam signatures before signing:"
+echo
+echo "gpg2 --no-default-keyring --keyring=./fsf-keyring.gpg --list-sigs | less"
+echo
+echo "Press [enter] to continue."
+echo
+read
gpg --sign ./fsf-keyring.gpg
mv fsf-keyring.gpg.gpg fsf-keyring.gpg
rm fsf-keyring.gpg~