.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "GPGSIGS 1" .TH GPGSIGS 1 2024-07-13 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME gpgsigs \- annotate list of GnuPG keys with already done signatures .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBgpgsigs\fR [\fIoptions\fR] \fIkeyid\fR\fI[\fR\fB,\fR\fIkeyid[\fR\f(BI,\fR\fI...]\fR\fI]\fR \fIkeytxt\fR [\fIoutfile\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBgpgsigs\fR was written to assist the user in signing keys during a keysigning party. It takes as input a file containing keys in \f(CW\*(C`gpg \-\-list\-keys\*(C'\fR format and prepends every line with a tag indicating if the user has already signed that uid. When the file contains \f(CW\*(C`ALGO Checksum:\*(C'\fR lines and placeholders (\f(CW\*(C`_\|_ _\|_\*(C'\fR), the checksum is inserted. ALGO can be set to the following algorithms: MD5 SHA1 SHA256 or RIPEMD160. .SH OPTIONS .IX Header "OPTIONS" .IP \fB\-r\fR 4 .IX Item "-r" Call \fIgpg \-\-recv\-keys\fR before creating the output. .IP "\fB\-f\fR \fIcharset\fR" 4 .IX Item "-f charset" Convert \fIkeytxt\fR from \fIcharset\fR. The default is ISO\-8859\-1. .IP "\fB\-t\fR \fIcharset\fR" 4 .IX Item "-t charset" Convert UIDs to \fIcharset\fR. The default is derived from LC_ALL, LC_CTYPE, and LANG, and if all these are unset, the default is ISO\-8859\-1. .IP \fB\-\-refresh\fR 4 .IX Item "--refresh" Refresh the UID lists per key from gpg. Useful when UIDs were added or revoked since the input text was generated. .IP \fB\-\-latex\fR 4 .IX Item "--latex" Generate LaTeX output, including photo IDs. Implies \fB\-\-refresh\fR. \&\fBNote:\fR This writes jpg files to the current directory. .IP \fIkeyid\fR 4 .IX Item "keyid" Use this keyid (8 or 16 bytes, or full fingerprint) for annotation. Multiple keyids can be separated by a comma (\fB,\fR). .IP \fIkeytxt\fR 4 .IX Item "keytxt" Read input from \fIkeytxt\fR. .IP \fIoutfile\fR 4 .IX Item "outfile" Write output to \fIoutfile\fR. Default is stdout. .SH ENVIRONMENT .IX Header "ENVIRONMENT" .IP \fIHOME\fR 4 .IX Item "HOME" The default home directory. .IP \fIGNUPGBIN\fR 4 .IX Item "GNUPGBIN" The gpg binary. Default: \f(CW"gpg"\fR. .IP \fIGNUPGHOME\fR 4 .IX Item "GNUPGHOME" The default working directory for gpg. Default: \f(CW\*(C`$HOME/.gnupg\*(C'\fR. .SH EXAMPLES .IX Header "EXAMPLES" The following key signing parties are using \fBgpgsigs\fR: .PP http://www.palfrader.org/ksp\-lt2k4.html .PP http://www.palfrader.org/ksp\-lt2k5.html .SH BUGS .IX Header "BUGS" \&\fBGnuPG\fR is known to change its output format quite often. This version has been tested with gpg 1.4.18 and gpg 2.0.26. YMMV. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBgpg\fR\|(1), \fBcaff\fR\|(1). .SH "AUTHORS AND COPYRIGHT" .IX Header "AUTHORS AND COPYRIGHT" (c) 2004 Uli Martens .PP (c) 2004, 2005 Peter Palfrader .PP (c) 2004, 2005, 2006, 2007 Christoph Berg .PP (c) 2014, 2015 Guilhem Moulin .SH LICENSE .IX Header "LICENSE" All rights reserved. .PP Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: .PP 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. .PP 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. .PP 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. .PP THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.