1GPGSIGS(1) User Contributed Perl Documentation GPGSIGS(1)
2
3
4
6 gpgsigs - annotate list of GnuPG keys with already done signatures
7
9 gpgsigs [options] keyid[,keyid[,...]] keytxt [outfile]
10
12 gpgsigs was written to assist the user in signing keys during a
13 keysigning party. It takes as input a file containing keys in "gpg
14 --list-keys" format and prepends every line with a tag indicating if
15 the user has already signed that uid. When the file contains "ALGO
16 Checksum:" lines and placeholders ("__ __"), the checksum is inserted.
17 ALGO can be set to the following algorithms: MD5 SHA1 SHA256 or
18 RIPEMD160.
19
21 -r Call gpg --recv-keys before creating the output.
22
23 -f charset
24 Convert keytxt from charset. The default is ISO-8859-1.
25
26 -t charset
27 Convert UIDs to charset. The default is derived from LC_ALL,
28 LC_CTYPE, and LANG, and if all these are unset, the default is
29 ISO-8859-1.
30
31 --refresh
32 Refresh the UID lists per key from gpg. Useful when UIDs were added
33 or revoked since the input text was generated.
34
35 --latex
36 Generate LaTeX output, including photo IDs. Implies --refresh.
37 Note: This writes jpg files to the current directory.
38
39 keyid
40 Use this keyid (8 or 16 bytes, or full fingerprint) for annotation.
41 Multiple keyids can be separated by a comma (,).
42
43 keytxt
44 Read input from keytxt.
45
46 outfile
47 Write output to outfile. Default is stdout.
48
50 HOME
51 The default home directory.
52
53 GNUPGBIN
54 The gpg binary. Default: "gpg".
55
56 GNUPGHOME
57 The default working directory for gpg. Default: "$HOME/.gnupg".
58
60 The following key signing parties are using gpgsigs:
61
62 http://www.palfrader.org/ksp-lt2k4.html
63
64 http://www.palfrader.org/ksp-lt2k5.html
65
67 GnuPG is known to change its output format quite often. This version
68 has been tested with gpg 1.4.18 and gpg 2.0.26. YMMV.
69
71 gpg(1), caff(1).
72
73 https://pgp-tools.alioth.debian.org/
74
76 (c) 2004 Uli Martens <uli@youam.net>
77
78 (c) 2004, 2005 Peter Palfrader <peter@palfrader.org>
79
80 (c) 2004, 2005, 2006, 2007 Christoph Berg <cb@df7cb.de>
81
82 (c) 2014, 2015 Guilhem Moulin <guilhem@debian.org>
83
85 All rights reserved.
86
87 Redistribution and use in source and binary forms, with or without
88 modification, are permitted provided that the following conditions are
89 met:
90
91 1. Redistributions of source code must retain the above copyright
92 notice, this list of conditions and the following disclaimer.
93
94 2. Redistributions in binary form must reproduce the above copyright
95 notice, this list of conditions and the following disclaimer in the
96 documentation and/or other materials provided with the distribution.
97
98 3. The name of the author may not be used to endorse or promote
99 products derived from this software without specific prior written
100 permission.
101
102 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
103 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
104 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
105 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
106 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
107 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
108 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
109 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
110 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
111 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
112 POSSIBILITY OF SUCH DAMAGE.
113
114
115
116perl v5.28.0 2018-01-29 GPGSIGS(1)