diff options
author | Werner Koch <[email protected]> | 2019-01-08 10:21:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-01-22 09:15:36 +0000 |
commit | 9fd6ba268f1fdf77cc5baa6e8fd3ab28e432e49b (patch) | |
tree | 8f09a0f0deedddf9f6f46703eec0651d12e42fe4 | |
parent | scd: Add option --clear to PASSWD. (diff) | |
download | gnupg-9fd6ba268f1fdf77cc5baa6e8fd3ab28e432e49b.tar.gz gnupg-9fd6ba268f1fdf77cc5baa6e8fd3ab28e432e49b.zip |
doc: Mark keyserver-options timeout and http-proxy as obsolete.
--
(cherry picked from commit 6c000d4b78b836686e5a2789cc88a41e465e4400)
-rw-r--r-- | doc/gpg.texi | 30 |
1 files changed, 5 insertions, 25 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 1eed9faf9..1597f9ec3 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1895,32 +1895,12 @@ are available for all keyserver types, some common options are: retrieving keys by subkey id. @item timeout - Tell the keyserver helper program how long (in seconds) to try and - perform a keyserver action before giving up. Note that performing - multiple actions at the same time uses this timeout value per action. - For example, when retrieving multiple keys via @option{--receive-keys}, the - 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. - + @itemx http-proxy=@var{value} + @itemx verbose + @itemx debug + @itemx check-cert @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. @end table |