mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* gpg.sgml: Document --ask-cert-level, --max-output, and
--default-cert-level.
This commit is contained in:
parent
693e4440b2
commit
0598a5f990
@ -1,3 +1,8 @@
|
|||||||
|
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Document --ask-cert-level, --max-output, and
|
||||||
|
--default-cert-level.
|
||||||
|
|
||||||
2004-02-09 David Shaw <dshaw@jabberwocky.com>
|
2004-02-09 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Clarify -u/--local-user and --default-key.
|
* gpg.sgml: Clarify -u/--local-user and --default-key.
|
||||||
|
45
doc/gpg.sgml
45
doc/gpg.sgml
@ -256,12 +256,12 @@ Same as --list-keys, but the signatures are listed too.
|
|||||||
For each signature listed, there are several flags in between the
|
For each signature listed, there are several flags in between the
|
||||||
"sig" tag and keyid. These flags give additional information about
|
"sig" tag and keyid. These flags give additional information about
|
||||||
each signature. From left to right, they are the numbers 1-3 for
|
each signature. From left to right, they are the numbers 1-3 for
|
||||||
certificate check level (see --default-cert-check-level), "L" for a
|
certificate check level (see --ask-cert-level), "L" for a local or
|
||||||
local or non-exportable signature (see --lsign-key), "R" for a
|
non-exportable signature (see --lsign-key), "R" for a nonRevocable
|
||||||
nonRevocable signature (see --nrsign-key), "P" for a signature that
|
signature (see --nrsign-key), "P" for a signature that contains a
|
||||||
contains a policy URL (see --cert-policy-url), "N" for a signature
|
policy URL (see --cert-policy-url), "N" for a signature that contains
|
||||||
that contains a notation (see --cert-notation), and "X" for an eXpired
|
a notation (see --cert-notation), and "X" for an eXpired signature
|
||||||
signature (see --ask-cert-expire).
|
(see --ask-cert-expire).
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
@ -782,6 +782,19 @@ Create ASCII armored output.
|
|||||||
Write output to &ParmFile;.
|
Write output to &ParmFile;.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--max-output &ParmN;</term>
|
||||||
|
<listitem><para>
|
||||||
|
This option set a limit on the number of bytes that will be generated
|
||||||
|
when processing a file. Since OpenPGP supports various levels of
|
||||||
|
compression, it is possible that the plaintext of a given message may
|
||||||
|
be significantly larger than the original OpenPGP message. While
|
||||||
|
GnuPG works properly with such messages, there is often a desire to
|
||||||
|
set a maximum file size that will be generated before processing is
|
||||||
|
forced to stop by the OS limits. Defaults to 0, which means "no
|
||||||
|
limit".
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--mangle-dos-filenames</term>
|
<term>--mangle-dos-filenames</term>
|
||||||
<term>--no-mangle-dos-filenames</term>
|
<term>--no-mangle-dos-filenames</term>
|
||||||
@ -947,11 +960,24 @@ Assume "yes" on most questions.
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--no</term>
|
<term>--no</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Assume "no" on most questions.
|
Assume "no" on most questions.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--default-cert-check-level &ParmN;</term>
|
<term>--ask-cert-level</term>
|
||||||
|
<term>--no-ask-cert-level</term>
|
||||||
|
<listitem><para>
|
||||||
|
When making a key signature, prompt for a certification level. If
|
||||||
|
this option is not specified, the certification level used is set via
|
||||||
|
--default-cert-level. See --default-cert-level for information on the
|
||||||
|
specific levels and how they are used. --no-ask-cert-level disables
|
||||||
|
this option. This option defaults to yes.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--default-cert-level &ParmN;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
The default to use for the check level when signing a key.
|
The default to use for the check level when signing a key.
|
||||||
</para><para>
|
</para><para>
|
||||||
@ -979,11 +1005,10 @@ Note that the examples given above for levels 2 and 3 are just that:
|
|||||||
examples. In the end, it is up to you to decide just what "casual"
|
examples. In the end, it is up to you to decide just what "casual"
|
||||||
and "extensive" mean to you.
|
and "extensive" mean to you.
|
||||||
</para><para>
|
</para><para>
|
||||||
This option defaults to 0.
|
This option defaults to 0 (no particular claim).
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--trusted-key <parameter>long key ID</parameter></term>
|
<term>--trusted-key <parameter>long key ID</parameter></term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
Loading…
Reference in New Issue
Block a user