diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-01 11:53:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-01 11:53:40 +0100 |
commit | 6b7af47bccea369de9215eaa7fc6396b7a5222c7 (patch) | |
tree | 93a73746b44577da48ea83828bebbb77a5c15c91 /doc/gpgsm.texi | |
parent | * sexp-parse.h (snext): Don't use atoi_1 and digitp macros, so (diff) | |
download | gnupg2-6b7af47bccea369de9215eaa7fc6396b7a5222c7.tar.xz gnupg2-6b7af47bccea369de9215eaa7fc6396b7a5222c7.zip |
(Certificate Options): Add --{enable,disable}-ocsp.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 4d91bda5b..6695eef67 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -250,6 +250,15 @@ By default the @acronym{CRL} checks are enabled and the DirMngr is used to check for revoked certificates. The disable option is most useful with an off-line network connection to suppress this check. +@item --enable-ocsp +@itemx --disable-ocsp +@opindex enable-ocsp +@opindex disable-ocsp +Be default @acronym{OCSP} checks are disabled. The enable opton may +be used to enable OCSP checks via Dirmngr. If @acronym{CRL} checks +are also enabled, CRLs willbe used as a fallback if for some reason an +OCSP request won't succeed. + @end table @node Input and Output |