1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* highlights-1.4.txt: New.

* mksamplekeys, samplekeys.asc: Add the PGP global directory key.
This commit is contained in:
David Shaw 2004-12-09 13:17:48 +00:00
parent 9a799a1954
commit 467ac827b5
4 changed files with 311 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#/bin/sh
# Generate a samplekeys.asc
keys="5B0358A2 57548DCD 621CC013 99242560 B2D7795E"
keys="5B0358A2 57548DCD 621CC013 99242560 CA57AD7C B2D7795E"
for i in $keys; do
gpg --list-keys $i | awk ' { print " " $0 }'