mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* mksamplekeys: Incorporate new package signature key and minimize keys
when generating samplekeys.asc.
This commit is contained in:
parent
782a70e522
commit
071d362ba6
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user