mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
* gpg.sgml: Document using "none" to remove preferred keyservers, the
keyserver timeout parameter, and the direct trust model.
This commit is contained in:
parent
8b7cb60229
commit
7a8ebe3db7
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-14 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Document using "none" to remove preferred keyservers,
|
||||||
|
the keyserver timeout parameter, and the direct trust model.
|
||||||
|
|
||||||
2004-09-23 Werner Koch <wk@g10code.com>
|
2004-09-23 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpg.sgml: Document "addcardkey" and "keytocard".
|
* gpg.sgml: Document "addcardkey" and "keytocard".
|
||||||
|
33
doc/gpg.sgml
33
doc/gpg.sgml
@ -499,8 +499,8 @@ are not already included in the preference list.
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
Set the list of user ID preferences to &ParmString;, this should be a
|
Set the list of user ID preferences to &ParmString;, this should be a
|
||||||
string similar to the one printed by "pref". Using an empty string
|
string similar to the one printed by "pref". Using an empty string
|
||||||
will set the default preference string, using "none" will set the
|
will set the default preference string, using "none" will remove the
|
||||||
preferences to nil. Use "gpg --version" to get a list of available
|
preferences. Use "gpg --version" to get a list of available
|
||||||
algorithms. This command just initializes an internal list and does
|
algorithms. This command just initializes an internal list and does
|
||||||
not change anything unless another command (such as "updpref") which
|
not change anything unless another command (such as "updpref") which
|
||||||
changes the self-signatures is used.
|
changes the self-signatures is used.
|
||||||
@ -522,7 +522,8 @@ Set a preferred keyserver for the specified user ID(s). This allows
|
|||||||
other users to know where you prefer they get your key from. See
|
other users to know where you prefer they get your key from. See
|
||||||
--keyserver-option honor-keyserver-url. Note that some versions of
|
--keyserver-option honor-keyserver-url. Note that some versions of
|
||||||
PGP interpret the presence of a keyserver URL as an instruction to
|
PGP interpret the presence of a keyserver URL as an instruction to
|
||||||
enable PGP/MIME mail encoding.
|
enable PGP/MIME mail encoding. Setting a value of "none" removes a
|
||||||
|
existing preferred keyserver.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>toggle</term>
|
<term>toggle</term>
|
||||||
@ -700,7 +701,7 @@ Option --keyserver must be used to give the name of this keyserver.
|
|||||||
<term>--update-trustdb</term>
|
<term>--update-trustdb</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Do trust database maintenance. This command iterates over all keys
|
Do trust database maintenance. This command iterates over all keys
|
||||||
and builds the Web-of-Trust. This is an interactive command because it
|
and builds the Web of Trust. This is an interactive command because it
|
||||||
may have to ask for the "ownertrust" values for keys. The user has to
|
may have to ask for the "ownertrust" values for keys. The user has to
|
||||||
give an estimation of how far she trusts the owner of the displayed
|
give an estimation of how far she trusts the owner of the displayed
|
||||||
key to correctly certify (sign) other keys. GnuPG only asks for the
|
key to correctly certify (sign) other keys. GnuPG only asks for the
|
||||||
@ -713,7 +714,7 @@ ownertrust value if it has not yet been assigned to a key. Using the
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
Do trust database maintenance without user interaction. From time to
|
Do trust database maintenance without user interaction. From time to
|
||||||
time the trust database must be updated so that expired keys or
|
time the trust database must be updated so that expired keys or
|
||||||
signatures and the resulting changes in the Web-of-Trust can be
|
signatures and the resulting changes in the Web of Trust can be
|
||||||
tracked. Normally, GnuPG will calculate when this is required and do
|
tracked. Normally, GnuPG will calculate when this is required and do
|
||||||
it automatically unless --no-auto-check-trustdb is set. This command
|
it automatically unless --no-auto-check-trustdb is set. This command
|
||||||
can be used to force a trust database check at any time. The
|
can be used to force a trust database check at any time. The
|
||||||
@ -1129,12 +1130,17 @@ Set what trust model GnuPG should follow. The models are:
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry><term>pgp</term><listitem><para>
|
<varlistentry><term>pgp</term><listitem><para>
|
||||||
This is the web-of-trust combined with trust signatures as used in PGP
|
This is the Web of Trust combined with trust signatures as used in PGP
|
||||||
5.x and later. This is the default trust model.
|
5.x and later. This is the default trust model.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry><term>classic</term><listitem><para>
|
<varlistentry><term>classic</term><listitem><para>
|
||||||
This is the standard web-of-trust as used in PGP 2.x and earlier.
|
This is the standard Web of Trust as used in PGP 2.x and earlier.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
<varlistentry><term>direct</term><listitem><para>
|
||||||
|
Key validity is set directly by the user and not calculated via the
|
||||||
|
Web of Trust.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry><term>always</term><listitem><para>
|
<varlistentry><term>always</term><listitem><para>
|
||||||
@ -1254,6 +1260,17 @@ Tell the keyserver helper program to be more verbose. This option can
|
|||||||
be repeated multiple times to increase the verbosity level.
|
be repeated multiple times to increase the verbosity level.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>timeout</term>
|
||||||
|
<listitem><para>
|
||||||
|
Tell the keyserver helper program how long (in seconds) to try and
|
||||||
|
perform a keyserver action before giving up. Note that performing
|
||||||
|
multiple actions at the same time uses this timeout value per action.
|
||||||
|
For example, when retrieving multiple keys via --recv-keys, the
|
||||||
|
timeout applies separately to each key retrieval, and not to the
|
||||||
|
--recv-keys command as a whole. Defaults to 30 seconds.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>http-proxy&OptEqualsValue;</term>
|
<term>http-proxy&OptEqualsValue;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -2016,7 +2033,7 @@ interaction, this performance penalty does not matter in most settings.
|
|||||||
<term>--auto-check-trustdb</term>
|
<term>--auto-check-trustdb</term>
|
||||||
<term>--no-auto-check-trustdb</term>
|
<term>--no-auto-check-trustdb</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
If GnuPG feels that its information about the Web-of-Trust has to be
|
If GnuPG feels that its information about the Web of Trust has to be
|
||||||
updated, it automatically runs the --check-trustdb command internally.
|
updated, it automatically runs the --check-trustdb command internally.
|
||||||
This may be a time consuming process. --no-auto-check-trustdb
|
This may be a time consuming process. --no-auto-check-trustdb
|
||||||
disables this option.
|
disables this option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user