1GPGPARTICIPANTS(1)          General Commands Manual         GPGPARTICIPANTS(1)
2
3
4

NAME

6       gpgparticipants - generate paper list for keysigning party
7

SYNOPSIS

9       gpgparticipants  [OPTIONS]  {input|-}  {output|-}  datestring organizer
10       title
11

DESCRIPTION

13       gpgparticipants is targeted at organisers of a  keysigning  party  that
14       uses the Zimmermann-Sassaman key-signing protocol.
15
16       It  creates  a  file  with all the keys from a list of participators in
17       your keysigning party. You give it a list with key ID's and  some  gen‐
18       eral  variables,  and it will generate a file you can publish. You pub‐
19       lish this list; participants will download and print this file to  take
20       with them to the party.
21
22

OPTIONS

24       -aHASHES, --algorithm=HASHES
25
26              For  each  algorithm in HASHES, a comma-separated list of digest
27              algorithms supported by gpg(1), add a placeholder for the digest
28              value  (to  be  filled  by the participants) to the output file.
29              Default: SHA256,RIPEMD160.
30
31

ENVIRONMENT

33       HOME         Set the default home directory.
34
35       GNUPGBIN     Set the gpg binary.  Default: "gpg".
36
37       GNUPGHOME    Set the  default  working  directory  for  gpg.   Default:
38                    "~/.gnupg".
39
40

EXAMPLES

42       To create a KSP file with all keys present in the keyring:
43
44           gpg --with-colons --fingerprint | grep ^fpr: | cut -d: -f 10 | \
45               gpgparticipants   -   ksp-file.txt  "20080222  1100"  "My  Name
46       <my.name@my.mail>" "my party 08"
47
48

SEE ALSO

50       gpg(1),gpgsigs(1)
51

AUTHOR

53       This manual page was written by Thijs Kinkhorst <thijs@debian.org>.
54
55
56
57                                March 05, 2008              GPGPARTICIPANTS(1)
Impressum