2 vim:set ts=4 sw=4 syntax=asciidoc noet:
10 pacman-key - manage pacman's list of trusted keys
15 'pacman-key' [options] <command> [arguments]
20 'pacman-key' is a script used to manage pacman's keyring, which is the collection
21 of GnuPG keys used to check signed packages. It provides the ability to import
22 and export keys, fetch keys from keyservers and update the key trust database.
28 Use an alternate config file instead of the +{sysconfdir}/pacman.conf+
32 Set an alternate home directory for GnuPG. If unspecified, the value is
33 read from +{sysconfdir}/pacman.conf+.
38 *-a, \--add* file ...::
39 Add the key(s) contained in the specified file or files to pacman's
40 keyring. If a key already exists, update it.
43 Use this option to issue particular GnuPG actions to pacman's keyring. This
44 option should be used with care as it can modify pacman's trust in
47 *-d, \--del* keyid ...::
48 Remove the key(s) identified by the specified keyid or keyids from pacman's
51 *-e, \--export* [keyid ...]::
52 Export key(s) identified by the specified keyid to 'stdout'. If no keyid is
53 specified, all keys will be exported.
55 *-f, \--finger* [keyid ...]::
56 List a fingerprint for each specified keyid, or for all known keys if no
60 Output syntax and command line options.
63 Equivalent to --list-sigs from GnuPG.
65 *-r, \--receive* keyserver keyid ...::
66 Fetch the specified keyids from the specified key server URL.
69 Reloads the keys from the keyring package.
71 *-t, \--trust* keyid::
72 Set the trust level of the given key.
75 Equivalent to \--check-trustdb in GnuPG.
78 Displays the program version.
83 linkman:pacman[8], linkman:pacman.conf[5]