mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Auto import keys specified with --trusted-keys.
* g10/getkey.c (get_pubkey_with_ldap_fallback): New.
* g10/trustdb.c (verify_own_keys): Use it.
(cherry picked from commit 100037ac0f
)
This commit is contained in:
parent
e53f603728
commit
e7251be84c
4 changed files with 47 additions and 6 deletions
11
doc/gpg.texi
11
doc/gpg.texi
|
@ -1669,12 +1669,13 @@ claim" signatures are always accepted.
|
|||
|
||||
@item --trusted-key @var{long key ID or fingerprint}
|
||||
@opindex trusted-key
|
||||
Assume that the specified key (which must be given
|
||||
as a full 8 byte key ID or 20 byte fingerprint) is as trustworthy as one of
|
||||
your own secret keys. This option is useful if you
|
||||
don't want to keep your secret keys (or one of them)
|
||||
Assume that the specified key (which should be given as fingerprint)
|
||||
is as trustworthy as one of your own secret keys. This option is
|
||||
useful if you don't want to keep your secret keys (or one of them)
|
||||
online but still want to be able to check the validity of a given
|
||||
recipient's or signator's key.
|
||||
recipient's or signator's key. If the given key is not locally
|
||||
available but an LDAP keyserver is configured the missing key is
|
||||
imported from that server.
|
||||
|
||||
@item --trust-model @{pgp|classic|tofu|tofu+pgp|direct|always|auto@}
|
||||
@opindex trust-model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue