NAME
gpg-key2ps - generates a PS file from a GnuPG
keyring
SYNOPSIS
gpg-key2ps [-r
revoked-style] [-p papersize]
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.
- -r --revoked-style revoked-style
- Select how to mark revoked UIDs. 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.
- 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)
http://pgp-tools.alioth.debian.org/
AUTHORS AND COPYRIGHT
(c) 2001 - 2005
Simon Richter <sjr@debian.org>
(c) 2005 Thijs Kinkhorst <thijs@kinkhorst.com>
(c) 2005 Christoph Berg <cb@df7cb.de>