1GPG-KEY2PS(1) User Contributed Perl Documentation GPG-KEY2PS(1)
2
3
4
6 gpg-key2ps - generates a PS file from a GnuPG keyring
7
9 gpg-key2ps [-r revoked-style] [-p papersize] [-1] [-s] keyid-or-name [
10 ... ]
11
13 gpg-key2ps generates a PostScript file with your OpenPGP key
14 fingerprint (repeated as often as it fits) useful for keysigning
15 parties. The only argument is the same as you would pass to GPG's list-
16 keys command, either a key-id or a (partial) name. The PS data is
17 written to stdout.
18
20 -p --paper-size paper-size
21 Select the output paper size. Default is to look into
22 /etc/papersize or A4 if libpaper isn't installed.
23
24 -s --show-subkeys
25 Enable subkey information to be printed on the slips. Subkey
26 information is normally not relevant to the key signing process.
27
28 -r --revoked-style revoked-style
29 Select how to mark revoked UIDs and subkeys. Five styles are
30 available:
31 hide don't show at all (default),
32 show show normally,
33 grey display in 50% grey,
34 note add "[revoked]", and
35 strike strike through.
36
37 -1 Print only one column of paper slips instead of the default two.
38 Useful for keys with long UIDs that otherwise won't fit.
39
40 keyid
41 Keyids to print. Multiple can be separated by spaces.
42
43 -h --help
44 Print usage and exit.
45
46 -v --version
47 Print version and exit.
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 gpg(1)
61 GNU Privacy Guard.
62
63 gpg-key2latex(1)
64 Like gpg-key2ps, but produces LaTeX output instead.
65
66 https://www.debian.org/events/materials/business-cards/
67 gpg-key2ps prints plain fingerprint slips. If you are looking for
68 something more stylish, look at these latex templates for business
69 cards that also include fingerprints.
70
72 (c) 2001-2005 Simon Richter <sjr@debian.org>
73 (c) 2005-2008 Thijs Kinkhorst <thijs@kinkhorst.com>
74 (c) 2005-2008 Christoph Berg <cb@df7cb.de>
75
76
77
78perl v5.36.0 2022-07-22 GPG-KEY2PS(1)