mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-22 19:58:29 +01:00
* gpg.sgml: Document new --keyserver syntax.
This commit is contained in:
parent
f4f5ea43e7
commit
837a6f094d
@ -1,3 +1,7 @@
|
|||||||
|
2006-02-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Document new --keyserver syntax.
|
||||||
|
|
||||||
2005-12-20 Werner Koch <wk@g10code.com>
|
2005-12-20 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpg.sgml (trust-model): Document "auto" and the "pka" variants.
|
* gpg.sgml (trust-model): Document "auto" and the "pka" variants.
|
||||||
|
22
doc/gpg.sgml
22
doc/gpg.sgml
@ -1,6 +1,6 @@
|
|||||||
<!-- gpg.sgml - the man page for GnuPG
|
<!-- gpg.sgml - the man page for GnuPG
|
||||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
2005 Free Software Foundation, Inc.
|
2006 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GnuPG.
|
This file is part of GnuPG.
|
||||||
|
|
||||||
@ -48,6 +48,7 @@
|
|||||||
<!entity ParmValue "<parameter>value</parameter>">
|
<!entity ParmValue "<parameter>value</parameter>">
|
||||||
<!entity ParmNameValue "<parameter>name=value</parameter>">
|
<!entity ParmNameValue "<parameter>name=value</parameter>">
|
||||||
<!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>">
|
<!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>">
|
||||||
|
<!entity OptParmNameValues "<optional>name=value1 value2 value3 ...</optional>">
|
||||||
<!entity OptEqualsValue "<optional>=value</optional>">
|
<!entity OptEqualsValue "<optional>=value</optional>">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -1186,7 +1187,7 @@ recipient's or signator's key.
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--trust-model <parameter>pgp|classic|direct|always</parameter></term>
|
<term>--trust-model <parameter>pgp|classic|direct|always|auto</parameter></term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
|
||||||
Set what trust model GnuPG should follow. The models are:
|
Set what trust model GnuPG should follow. The models are:
|
||||||
@ -1267,17 +1268,20 @@ beginning of the key ID, as in 0x99242560.
|
|||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--keyserver &ParmName;</term>
|
<term>--keyserver &ParmName; &OptParmNameValues;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Use &ParmName; as your keyserver. This is the server that
|
Use &ParmName; as your keyserver. This is the server that
|
||||||
--recv-keys, --send-keys, and --search-keys will communicate with to
|
--recv-keys, --send-keys, and --search-keys will communicate with to
|
||||||
receive keys from, send keys to, and search for keys on. The format
|
receive keys from, send keys to, and search for keys on. The format
|
||||||
of the &ParmName; is a URI: `scheme:[//]keyservername[:port]' The
|
of the &ParmName; is a URI: `scheme:[//]keyservername[:port]' The
|
||||||
scheme is the type of keyserver: "hkp" for the HTTP (or compatible)
|
scheme is the type of keyserver: "hkp" for the HTTP (or compatible)
|
||||||
keyservers, "ldap" for the NAI LDAP keyserver, or "mailto" for the
|
keyservers, "ldap" for the LDAP keyservers, or "mailto" for the Graff
|
||||||
Graff email keyserver. Note that your particular installation of
|
email keyserver. Note that your particular installation of GnuPG may
|
||||||
GnuPG may have other keyserver types available as well. Keyserver
|
have other keyserver types available as well. Keyserver schemes are
|
||||||
schemes are case-insensitive.
|
case-insensitive. After the keyserver name, optional keyserver
|
||||||
|
configuration options may be provided. These are the same as the
|
||||||
|
global --keyserver-options from below, but apply only to this
|
||||||
|
particular keyserver.
|
||||||
</para><para>
|
</para><para>
|
||||||
Most keyservers synchronize with each other, so there is generally no
|
Most keyservers synchronize with each other, so there is generally no
|
||||||
need to send keys to more than one server. The keyserver
|
need to send keys to more than one server. The keyserver
|
||||||
@ -1286,7 +1290,7 @@ keyserver each time you use it.
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--keyserver-options <parameter>parameters</parameter></term>
|
<term>--keyserver-options &ParmNameValues;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
This is a space or comma delimited string that gives options for the
|
This is a space or comma delimited string that gives options for the
|
||||||
keyserver. Options can be prepended with a `no-' to give the opposite
|
keyserver. Options can be prepended with a `no-' to give the opposite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user