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
74 (c) 2004 Uli Martens <uli@youam.net>
75
76 (c) 2004, 2005 Peter Palfrader <peter@palfrader.org>
77
78 (c) 2004, 2005, 2006, 2007 Christoph Berg <cb@df7cb.de>
79
80 (c) 2014, 2015 Guilhem Moulin <guilhem@debian.org>
81
83 All rights reserved.
84
85 Redistribution and use in source and binary forms, with or without
86 modification, are permitted provided that the following conditions are
87 met:
88
89 1. Redistributions of source code must retain the above copyright
90 notice, this list of conditions and the following disclaimer.
91
92 2. Redistributions in binary form must reproduce the above copyright
93 notice, this list of conditions and the following disclaimer in the
94 documentation and/or other materials provided with the distribution.
95
96 3. The name of the author may not be used to endorse or promote
97 products derived from this software without specific prior written
98 permission.
99
100 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
101 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
102 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
103 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
104 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
105 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
106 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
107 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
108 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
109 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
110 POSSIBILITY OF SUCH DAMAGE.
111
112
113
114perl v5.36.0 2023-01-20 GPGSIGS(1)