1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00
gnupg/doc/mksamplekeys
Werner Koch e4280026f4 (keys): Removed my old 621CC013 key
which expires at the end of this year.  Add g10 Code's source code
signing key 37D92FFB.
2004-12-12 16:03:47 +00:00

13 lines
203 B
Plaintext
Executable File

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