mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
Update sample keys.
--
This commit is contained in:
parent
422774a1d9
commit
a698eabfa7
@ -1,12 +1,12 @@
|
|||||||
#/bin/sh
|
#/bin/sh
|
||||||
# Generate a samplekeys.asc
|
# 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
|
for i in $keys; do
|
||||||
gpg --list-keys $i | awk ' { print " " $0 }'
|
gpg --list-keys $i | awk ' { print " " $0 }'
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
gpg --export-options export-minimal --export -a $keys
|
gpg --export-options export-minimal --export -a $keys
|
||||||
|
|
||||||
|
|
||||||
|
1257
doc/samplekeys.asc
1257
doc/samplekeys.asc
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user