diff options
author | Werner Koch <[email protected]> | 2004-06-28 07:42:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-06-28 07:42:33 +0000 |
commit | 6e4f619b3c23a4bc206314a7239eba773a8ff91e (patch) | |
tree | b0e88da40461c8ca1eb61f50d7fecaa983dd16ae /doc/debugging.texi | |
parent | (log_set_file): Do not close an old logstream if it (diff) | |
download | gnupg-6e4f619b3c23a4bc206314a7239eba773a8ff91e.tar.gz gnupg-6e4f619b3c23a4bc206314a7239eba773a8ff91e.zip |
Added some doc stuff
Diffstat (limited to '')
-rw-r--r-- | doc/debugging.texi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index e5e3e43fd..9406ba567 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -17,7 +17,7 @@ solve the problem at hand. @menu * Debugging Tools:: Description of some useful tools - +* Common Problems:: Commonly seen problems. @end menu @@ -80,3 +80,16 @@ in a standard way and directly available from @command{gpgsm}. +@node Common Problems +@section Commonly Seen Problems + + +@itemize @bullet +@item Error code @samp{Not supported} from Dirmngr + + Most likely the option @option{enable-ocsp} is active for gpgsm + but Dirmngr's OCSP feature has not been enabled using + @option{allow-ocsp} in @file{dirmngr.conf}. + +@end itemize + |