* mksamplekeys: Incorporate new package signature key and minimize keys

when generating samplekeys.asc.
This commit is contained in:
David Shaw 2006-05-23 22:48:21 +00:00
parent 782a70e522
commit 071d362ba6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-05-23 David Shaw <dshaw@jabberwocky.com>
* mksamplekeys: Incorporate new package signature key and minimize
keys when generating samplekeys.asc.
2006-05-17 Werner Koch <wk@g10code.com>
* samplekeys.asc: Added new package signature key and cleaned all

View File

@ -1,12 +1,12 @@
#/bin/sh
# Generate a samplekeys.asc
keys="5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 37D92FFB"
keys="5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 1CE0C630"
for i in $keys; do
gpg --list-keys $i | awk ' { print " " $0 }'
done
echo
gpg --export -a $keys
gpg --export-options export-minimal --export -a $keys