mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Update sample keys.
--
This commit is contained in:
parent
422774a1d9
commit
a698eabfa7
2 changed files with 844 additions and 417 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue