mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch
This commit is contained in:
parent
02d018f9c8
commit
1feae2011c
50 changed files with 547 additions and 502 deletions
16
checks/signdemokey
Executable file
16
checks/signdemokey
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ $# != 3 ]; then
|
||||
echo "Usage: signdemokey name user_id user_id_no"
|
||||
exit 1
|
||||
fi
|
||||
name="$1"
|
||||
user_id="$2"
|
||||
user_id_no="$3"
|
||||
|
||||
echo "abc" | ../g10/gpg --options ./options --homedir $name \
|
||||
--sign-key --batch --yes --passphrase-fd 0 $user_id \
|
||||
$user_id_no sign save
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue