mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
* gpg.sgml: Document --edit-key "keyserver" command, --keyid-format,
--keyserver-option honor-keyserver-url, and --list and --verify option show-std/user-notations.
This commit is contained in:
parent
086e589898
commit
15b2c18ad3
@ -1,3 +1,9 @@
|
|||||||
|
2004-05-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Document --edit-key "keyserver" command,
|
||||||
|
--keyid-format, --keyserver-option honor-keyserver-url, and --list
|
||||||
|
and --verify option show-std/user-notations.
|
||||||
|
|
||||||
2004-05-19 David Shaw <dshaw@jabberwocky.com>
|
2004-05-19 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Clarify that --charset applies to informational
|
* gpg.sgml: Clarify that --charset applies to informational
|
||||||
|
40
doc/gpg.sgml
40
doc/gpg.sgml
@ -496,6 +496,13 @@ self-signatures will be advanced by one second. Note that while you
|
|||||||
can change the preferences on an attribute user ID (aka "photo ID"),
|
can change the preferences on an attribute user ID (aka "photo ID"),
|
||||||
GnuPG does not select keys via attribute user IDs so these preferences
|
GnuPG does not select keys via attribute user IDs so these preferences
|
||||||
will not be used by GnuPG.
|
will not be used by GnuPG.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>keyserver</term>
|
||||||
|
<listitem><para>
|
||||||
|
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
|
||||||
|
--keyserver-option honor-keyserver-url.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>toggle</term>
|
<term>toggle</term>
|
||||||
@ -657,7 +664,8 @@ Request updates from a keyserver for keys that already exist on the
|
|||||||
local keyring. This is useful for updating a key with the latest
|
local keyring. This is useful for updating a key with the latest
|
||||||
signatures, user IDs, etc. Calling this with no arguments will
|
signatures, user IDs, etc. Calling this with no arguments will
|
||||||
refresh the entire keyring. Option --keyserver must be used to give
|
refresh the entire keyring. Option --keyserver must be used to give
|
||||||
the name of this keyserver.
|
the name of the keyserver for all keys that do not have preferred
|
||||||
|
keyservers set (see --keyserver-option honor-keyserver-url).
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -1126,6 +1134,16 @@ Identical to `--trust-model always'. This option is deprecated.
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--keyid-format <parameter>short|0xshort|long|0xlong</parameter></term>
|
||||||
|
<listitem><para>
|
||||||
|
Select how to display key IDs. "short" is the traditional 8-character
|
||||||
|
key ID. "long" is the more accurate (but less convenient)
|
||||||
|
16-character key ID. Add an "0x" to either to include an "0x" at the
|
||||||
|
beginning of the key ID, as in 0x99242560.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--keyserver &ParmName;</term>
|
<term>--keyserver &ParmName;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -1173,6 +1191,14 @@ marked on the keyserver as disabled. Note that this option is not
|
|||||||
used with HKP keyservers.
|
used with HKP keyservers.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>honor-keyserver-url</term>
|
||||||
|
<listitem><para>
|
||||||
|
When using --refresh-keys, if the key in question has a preferred
|
||||||
|
keyserver set, then use that preferred keyserver to refresh the key
|
||||||
|
from. Defaults to yes.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>include-subkeys</term>
|
<term>include-subkeys</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@ -1329,9 +1355,11 @@ Defaults to no.
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>show-notations</term>
|
<term>show-notations</term>
|
||||||
|
<term>show-std-notations</term>
|
||||||
|
<term>show-user-notations</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Show signature notations in the --list-sigs or --check-sigs listings.
|
Show all, IETF standard, or user-defined signature notations in the
|
||||||
Defaults to no.
|
--list-sigs or --check-sigs listings. Defaults to no.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -1407,9 +1435,11 @@ Show policy URLs in the signature being verified. Defaults to no.
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>show-notations</term>
|
<term>show-notations</term>
|
||||||
|
<term>show-std-notations</term>
|
||||||
|
<term>show-user-notations</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Show signature notations in the signature being verified. Defaults to
|
Show all, IETF standard, or user-defined signature notations in the
|
||||||
no.
|
signature being verified. Defaults to IETF standard.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user