1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-24 15:31:41 +02:00

* gpg.sgml: Document --trust-model.

This commit is contained in:
David Shaw 2002-11-14 02:54:56 +00:00
parent 5059ac6f0b
commit 01819803ae
2 changed files with 26 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2002-11-13 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document --trust-model.
2002-11-04 David Shaw <dshaw@jabberwocky.com>
* DETAILS: Clarify meaning of 'u'. Noted by Timo.

View File

@ -954,14 +954,31 @@ online but still want to be able to check the validity of a given
recipient's or signator's key.
</para></listitem></varlistentry>
<varlistentry>
<term>--trust-model <parameter>classic|always</parameter></term>
<listitem><para>
Set what trust model GnuPG should follow. The models are:
<variablelist>
<varlistentry><term>classic</term><listitem><para>
This is the regular web-of-trust as used in PGP and GnuPG.
</para></listitem></varlistentry>
<varlistentry><term>always</term><listitem><para>
Skip key validation and assume that used keys are always fully
trusted. You won't use this unless you have installed some external
validation scheme. This option also suppresses the "[uncertain]" tag
printed with signature checks when there is no evidence that the user
ID is bound to the key.
</para></listitem></varlistentry>
</variablelist></para></listitem></varlistentry>
<varlistentry>
<term>--always-trust</term>
<listitem><para>
Skip key validation and assume that used keys are always fully trusted.
You won't use this unless you have installed some external validation
scheme. This option also suppresses the "[uncertain]" tag printed
with signature checks when there is no evidence that the user ID
is bound to the key.
Identical to `--trust-model always'
</para></listitem></varlistentry>