1GPGLIST(1) User Contributed Perl Documentation GPGLIST(1)
2
3
4
6 gpglist -- show who signed which of your UIDs
7
9 gpglist [--signer=keyid] [--show-revoked] keyid
10
12 gpglist takes a keyid and creates a listing showing who signed keyid's
13 user IDs.
14
15 $ gpglist 6D8ABE71
16 +----- 1 Christoph Berg <cb@df7cb.de>
17 | +-- 2 Christoph Berg <cb@cs.uni-sb.de>
18 1 2
19 x 7929AB90F7AC3AF0 Martin Helas <mhelas@helas.net>
20 x x 29BE5D2268FD549F Martin Michlmayr <tbm@cyrius.com>
21 x 7DDB2B8DB4B462C5 Martin Wanke <mawan@mawan.de>
22
23 By default only non-revoked identities are listed, but it can be
24 overridden it with --show-revoked.
25
26 One or more --signer option can be used to limit signers to the
27 matching keys. See the GnuPG manual for the different ways to specify
28 a key or user ID.
29
30 The path to the gpg binary can be specified with the GNUPGBIN
31 environment variable (default: "gpg").
32
34 Uli Martens <uli@youam.net>
35 Peter Palfrader <peter@palfrader.org>
36
38 gpgsigs(1), gpg(1), caff(1).
39
40
41
42perl v5.32.1 2021-01-27 GPGLIST(1)