1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-26 01:52:45 +02:00
gnupg/doc/mksamplekeys

13 lines
263 B
Plaintext
Raw Normal View History

#/bin/sh
# Generate a samplekeys.asc
2012-01-30 10:42:34 +01:00
keys="1E42B367 4F25E3B6 5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 1CE0C630"
for i in $keys; do
gpg --list-keys $i | awk ' ( $0 != "") { print " " $0 }'
done
2012-01-30 10:42:34 +01:00
echo
gpg --export-options export-minimal --export -a $keys