diff options
author | Pang Yan Han <pangyanhan@gmail.com> | 2011-07-19 14:52:07 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-27 19:47:53 +0200 |
commit | 804e2505cf4474791537a9f0ae8e9b6c274cb0c2 (patch) | |
tree | df3bcc3a0cbfce084b875441f3e72dda2e750c92 /doc/pacman-key.8.txt | |
parent | c5d4c92ad411998b9d47d7bf89d84af547117be4 (diff) | |
download | pacman-804e2505cf4474791537a9f0ae8e9b6c274cb0c2.tar.gz pacman-804e2505cf4474791537a9f0ae8e9b6c274cb0c2.tar.xz |
pacman-key: Add --import and --import-trustdb
Currently, pacman-key allows the user to import their keys using the --add
option. However, no similar functionality exists for importing ownertrust
values.
The --import-trustdb option takes a list of directories and imports ownertrust
values if the directories have a trustdb.gpg database.
The --import option takes a list of directories and imports keys from
pubring.gpg and ownertrust values from trustdb.gpg. Think of it as a combination
of --add and --import-trustdb
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman-key.8.txt')
-rw-r--r-- | doc/pacman-key.8.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index cf72b83c..14f3cb9e 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -60,6 +60,13 @@ Options *-h, \--help*:: Output syntax and command line options. +*--import* <dir(s)>:: + Adds keys from pubring.gpg into pacman's keyring and imports ownertrust + values from trustdb.gpg in the specified directories. + +*--import-dirs* <dir(s)> :: + Imports ownertrust values from trustdb.gpg in the specified directories. + *--init*:: Ensure the keyring is properly initialized and has the required access permissions. |