logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Peter Palfrader <peter@palfrader.org>

       This manpage was written in POD by Christoph Berg <cb@df7cb.de>.

perl v5.38.2                                       2024-04-19                                       PGP-CLEAN(1)

Description

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

Environment

HOME
           The default home directory.

       GNUPGBIN
           The gpg binary.  Default: "gpg".

       GNUPGHOME
           The default working directory for gpg.  Default: "$HOME/.gnupg".

Files

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

Name

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

Options

-s--export-subkeys
           Do not remove subkeys. (Pruned by default.)

       keyid
           Use this key.

See Also

caff(1), gpg(1).

Synopsis

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

See Also