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:
parent
422774a1d9
commit
a698eabfa7
@ -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
|
||||
|
||||
|
||||
|
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