mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* gpg.sgml: Document --trust-model.
This commit is contained in:
parent
5059ac6f0b
commit
01819803ae
@ -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.
|
||||
|
27
doc/gpg.sgml
27
doc/gpg.sgml
@ -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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user