1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

doc: Mark keyserver-options timeout and http-proxy as obsolete.

--
This commit is contained in:
Werner Koch 2019-01-08 11:21:07 +01:00
parent 5ab3bc422a
commit 6c000d4b78
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -1895,32 +1895,12 @@ are available for all keyserver types, some common options are:
retrieving keys by subkey id. retrieving keys by subkey id.
@item timeout @item timeout
Tell the keyserver helper program how long (in seconds) to try and @itemx http-proxy=@var{value}
perform a keyserver action before giving up. Note that performing @itemx verbose
multiple actions at the same time uses this timeout value per action. @itemx debug
For example, when retrieving multiple keys via @option{--receive-keys}, the @itemx check-cert
timeout applies separately to each key retrieval, and not to the
@option{--receive-keys} command as a whole. Defaults to 30 seconds.
@item http-proxy=@var{value}
This option is deprecated.
Set the proxy to use for HTTP and HKP keyservers.
This overrides any proxy defined in @file{dirmngr.conf}.
@item verbose
This option has no more function since GnuPG 2.1. Use the
@code{dirmngr} configuration options instead.
@item debug
This option has no more function since GnuPG 2.1. Use the
@code{dirmngr} configuration options instead.
@item check-cert
This option has no more function since GnuPG 2.1. Use the
@code{dirmngr} configuration options instead.
@item ca-cert-file @item ca-cert-file
This option has no more function since GnuPG 2.1. Use the These options have no more function since GnuPG 2.1. Use the
@code{dirmngr} configuration options instead. @code{dirmngr} configuration options instead.
@end table @end table