diff options
author | Werner Koch <[email protected]> | 2025-02-19 10:56:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-19 10:56:46 +0000 |
commit | 4c11359aecf257dceab39a9bdeeb407f4010a0df (patch) | |
tree | aa9b7802b91142ce9a3a6b562eb15f5d84099892 | |
parent | agent: Improve diagnostics for a bind call failure. (diff) | |
download | gnupg-4c11359aecf257dceab39a9bdeeb407f4010a0df.tar.gz gnupg-4c11359aecf257dceab39a9bdeeb407f4010a0df.zip |
doc: Declare --disable-http as legacy.
--
-rw-r--r-- | doc/dirmngr.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 9683ea5ab..20ea18d08 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -403,7 +403,12 @@ Entirely disables the use of LDAP. @item --disable-http @opindex disable-http -Entirely disables the use of HTTP. +Disable the use of HTTP to fetch CRLs. This also disables OCSP +requests as a side-effect. HTTP access to keyservers and to other +files will still work. This is a legacy option from a time before CRL +distribution points became common; it is better to use the explicit +option @option{--ignore-http-dp} if the goal is to avoid fetching CRLs +via HTTP. @item --ignore-http-dp @opindex ignore-http-dp |