mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* options.skel: Document auto-key-locate and give a pointer to Simon
Josefsson's page for CERT.
This commit is contained in:
parent
837a6f094d
commit
4b67ecabcf
@ -1,3 +1,8 @@
|
||||
2006-02-27 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* options.skel: Document auto-key-locate and give a pointer to
|
||||
Simon Josefsson's page for CERT.
|
||||
|
||||
2006-02-24 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keydb.h, getkey.c (release_akl), gpg.c (main): Add
|
||||
|
@ -216,3 +216,27 @@ keyserver hkp://subkeys.pgp.net
|
||||
# --gpg-agent-info=<path>:<pid>:1
|
||||
#
|
||||
# may be used to override it.
|
||||
|
||||
# Automatic key location
|
||||
#
|
||||
# GnuPG can automatically locate and retrieve keys as needed using the
|
||||
# auto-key-locate option. This happens when encrypting to an email
|
||||
# address (in the "user@example.com" form), and there are no
|
||||
# user@example.com keys on the local keyring. This option takes the
|
||||
# following arguments, in the order they are to be tried:
|
||||
#
|
||||
# cert = locate a key using DNS CERT, as specified in 2538bis
|
||||
# (currently in draft): http://www.josefsson.org/rfc2538bis/
|
||||
#
|
||||
# pka = locate a key using DNS PKA.
|
||||
#
|
||||
# ldap = locate a key using the PGP Universal method of checking
|
||||
# "ldap://keys.(thedomain)".
|
||||
#
|
||||
# keyserver = locate a key using whatever keyserver is defined using
|
||||
# the keyserver option.
|
||||
#
|
||||
# You may also list arbitrary keyservers here by URL.
|
||||
#
|
||||
# Try CERT, then PKA, then LDAP, then hkp://subkeys.net:
|
||||
#auto-key-locate cert pka ldap hkp://subkeys.pgp.net
|
||||
|
Loading…
x
Reference in New Issue
Block a user