diff options
author | Werner Koch <[email protected]> | 2025-02-19 10:56:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-19 10:58:45 +0000 |
commit | 23913618953d4042f9d5920cf9324db9412a4c51 (patch) | |
tree | 68e486aeb74bee1f20dd8417adcbc74e8c20095a | |
parent | doc: Do not install gnupg.7.html into usr/share/man/manh/ (diff) | |
download | gnupg-23913618953d4042f9d5920cf9324db9412a4c51.tar.gz gnupg-23913618953d4042f9d5920cf9324db9412a4c51.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 e50406035..ed3636af7 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 |