mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +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>
|
2006-05-17 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* samplekeys.asc: Added new package signature key and cleaned all
|
* samplekeys.asc: Added new package signature key and cleaned all
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#/bin/sh
|
#/bin/sh
|
||||||
# Generate a samplekeys.asc
|
# Generate a samplekeys.asc
|
||||||
|
|
||||||
keys="5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 37D92FFB"
|
keys="5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 1CE0C630"
|
||||||
|
|
||||||
for i in $keys; do
|
for i in $keys; do
|
||||||
gpg --list-keys $i | awk ' { print " " $0 }'
|
gpg --list-keys $i | awk ' { print " " $0 }'
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
gpg --export -a $keys
|
gpg --export-options export-minimal --export -a $keys
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user