1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-24 22:09:57 +01:00

Update sample keys.

--
This commit is contained in:
Werner Koch 2012-01-30 10:42:34 +01:00
parent 422774a1d9
commit a698eabfa7
2 changed files with 844 additions and 417 deletions

View File

@ -1,12 +1,12 @@
#/bin/sh
# Generate a samplekeys.asc
keys="5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 1CE0C630"
keys="1E42B367 4F25E3B6 5B0358A2 57548DCD 99242560 CA57AD7C B2D7795E 1CE0C630"
for i in $keys; do
gpg --list-keys $i | awk ' { print " " $0 }'
done
echo
echo
gpg --export-options export-minimal --export -a $keys

File diff suppressed because it is too large Load Diff