1PGP-CLEAN(1)          User Contributed Perl Documentation         PGP-CLEAN(1)
2
3
4

NAME

6       pgp-clean -- remove all non-self signatures from key
7

SYNOPSIS

9       pgp-clean [-s] keyid [keyid ...]
10

DESCRIPTION

12       pgp-clean takes a list of keyids on the command line and outputs an
13       ascii-armored keyring on stdout for each key with all signatures except
14       self-signatures stripped.  Its use is to reduce the size of keys sent
15       out after signing (e.g. with caff).
16

OPTIONS

18       -s --export-subkeys
19           Do not remove subkeys. (Pruned by default.)
20
21       keyid
22           Use this key.
23

ENVIRONMENT

25       HOME
26           The default home directory.
27
28       GNUPGBIN
29           The gpg binary.  Default: "gpg".
30
31       GNUPGHOME
32           The default working directory for gpg.  Default: "$HOME/.gnupg".
33

FILES

35       $HOME/.gnupg/pubring.gpg  -  default GnuPG keyring
36

SEE ALSO

38       caff(1), gpg(1).
39

AUTHOR

41       Peter Palfrader <peter@palfrader.org>
42
43       This manpage was written in POD by Christoph Berg <cb@df7cb.de>.
44
45
46
47perl v5.32.1                      2021-01-27                      PGP-CLEAN(1)
Impressum