Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sig2dot(1) [debian man page]

SIG2DOT(1)						      General Commands Manual							SIG2DOT(1)

NAME
sig2dot - creates a .dot file from a GPG signature listing SYNOPSIS
sig2dot [OPTIONS] < input-file > output-file DESCRIPTION
This manual page documents briefly the sig2dot command. Sig2dot parses the output of "gpg --list-sigs" and produces a .dot file that can be used as input to a graphing program. OPTIONS
sig2dot accepts the following options: -b Black and white / do not colorize. -d <date> Render graph as it appeared on <date> (ignores more recent signatures). Date must be in the format "YYYY-MM-DD". Will also ignore keys that have since been revoked. -s <html-file-name> Produces a sory HTML statistics file with the number of signatures per node. -a Graph all keys, even if they do not have a signature -r <key-revoked-string> Sets the text for the key-revoked string used by GnuPG. The default is what is used in the English version. This parameter can be set for versions of GnuPG localized to other languages. Default: "[revoked". -t <title> Sets the title for the graph generated. Default: "Keyring Statistics". -u <user-not-found-string> Sets the text for the user-not-found string used by GnuPG. The default is what is used in the English version. This parame- ter can be set for versions of GnuPG localized to other languages. Default: "[user id not found]". -q Be quiet. -h Print help and exit. -v Print version and exit. EXAMPLE
gpg --list-sigs | sig2dot > sigs.dot springgraph < sigs.dot > sigs.png SEE ALSO
springgraph(1) gnupg(1) AUTHORS
Darxus@ChaosReigns.com with modifications by Kevin Rosenberg. Versions 0.35 and later are by Christoph Berg <cb@df7cb.de>. This manual page was written by Kevin M. Rosenberg <kmr@debian.org>, for the Debian GNU/Linux system (but may be used by others). May 31, 2006 SIG2DOT(1)

Check Out this Related Man Page

GPG-KEY2PS(1)						User Contributed Perl Documentation					     GPG-KEY2PS(1)

NAME
gpg-key2ps - generates a PS file from a GnuPG keyring SYNOPSIS
gpg-key2ps [-r revoked-style] [-p papersize] [-1] [-s] keyid-or-name [ ... ] DESCRIPTION
gpg-key2ps generates a PostScript file with your OpenPGP key fingerprint (repeated as often as it fits) useful for keysigning parties. The only argument is the same as you would pass to GPG's list-keys command, either a key-id or a (partial) name. The PS data is written to stdout. OPTIONS
-p --paper-size paper-size Select the output paper size. Default is to look into /etc/papersize or A4 if libpaper isn't installed. -s --show-subkeys Enable subkey information to be printed on the slips. Subkey information is normally not relevant to the key signing process. -r --revoked-style revoked-style Select how to mark revoked UIDs and subkeys. Five styles are available: hide don't show at all (default), show show normally, grey display in 50% grey, note add "[revoked]", and strike strike through. -1 Print only one column of paper slips instead of the default two. Useful for keys with long UIDs that otherwise won't fit. keyid Keyids to print. Multiple can be separated by spaces. -h --help Print usage and exit. -v --version Print version and exit. SEE ALSO
gpg(1) GNU Privacy Guard. http://pgp-tools.alioth.debian.org/ The homepage of gpg-key2ps and the other tools bundled in signing-party. http://www.debian.org/events/materials/business-cards/ gpg-key2ps prints plain fingerprint slips. If you are looking for something more stylish, look at these latex templates for business cards that also include fingerprints. AUTHORS AND COPYRIGHT
(c) 2001-2005 Simon Richter <sjr@debian.org> (c) 2005-2008 Thijs Kinkhorst <thijs@kinkhorst.com> (c) 2005-2008 Christoph Berg <cb@df7cb.de> perl v5.12.4 2011-11-03 GPG-KEY2PS(1)
Man Page