1
0
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:
David Shaw 2006-02-27 19:31:13 +00:00
parent 837a6f094d
commit 4b67ecabcf
2 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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