#!/bin/sh set -e LANG=C LC_ALL=C . ./vars [ -d $GNUPGHOME ] && rm -r $GNUPGHOME mkdir $GNUPGHOME chmod go-rwx $GNUPGHOME gpg -q --import keys/* ( cat << EOF Friday, May 5th, 2006; 14:00 Room 1A-3 Alexander Wirt 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 1.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-lt2k6.txt (or use md5sum) gpg --print-md sha1 ksp-lt2k6.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 -q --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-lt2k6.txt gpg -q --no-options --armor --export > ksp-lt2k6.asc bzip2 -c ksp-lt2k6.asc > ksp-lt2k6.asc.bz2