#!/bin/sh export GNUPGHOME=/home/weasel/projects/KSP/2005-lt/gpg [ -d $GNUPGHOME ] && rm -r $GNUPGHOME mkdir $GNUPGHOME chmod go-rwx $GNUPGHOME gpg --import keys/* ( cat << EOF Saturday, June 25th, 2005; 14:00 Room R 2.05 Peter Palfrader ######## ######## ### ######## ######## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ######## ## ## ###### ## ## ## ## ## ######### ## ## ## ## ## ## ## ## ## ## ######## ## ## ## ## ## ## L I N U X T A G K E Y S I G N I N G P A R T Y List of Participants (v 0.0) Here's what you have to do with this file: (1) Print this file to paper. (2) Compute this file's MD5 checksum and optionally also its SHA1 checksum. gpg --print-md md5 ksp-lt2k5.txt (or use md5sum) gpg --print-md sha1 ksp-lt2k5.txt (or use sha1sum) (3) fill in the hash values on the printout. (4) Bring the printout, a pen, and proof of identity to the keysigningparty (and be on time!). MD5 Checksum: __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ [ ] SHA1 Checksum: ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ [ ] EOF gpg --no-options --fingerprint --list-key | grep -v '^sub ' | perl -npe '$c = sprintf("%03d", ++$C); s/^pub/$c [ ] Fingerprint OK [ ] ID OK\npub/m or $C--' | grep -v '^uid.*jpeg image of size' | sed -e 's/^uid /uid /' | tail -n +3 ) > ksp-lt2k5.txt gpg --no-options --armor --export > ksp-lt2k5.asc