mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
Simple script to create samplekeys.asc. CVS only.
This commit is contained in:
parent
5356c28be9
commit
005ac4d068
12
doc/mksamplekeys
Executable file
12
doc/mksamplekeys
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#/bin/sh
|
||||||
|
# Generate a samplekeys.asc
|
||||||
|
|
||||||
|
keys="5B0358A2 57548DCD 621CC013 99242560 B2D7795E"
|
||||||
|
|
||||||
|
for i in $keys; do
|
||||||
|
gpg --list-keys $i | awk ' { print " " $0 }'
|
||||||
|
done
|
||||||
|
echo
|
||||||
|
gpg --export -a $keys
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user