summaryrefslogtreecommitdiffstats
path: root/doc/debugging.texi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-08-24 11:34:39 +0200
committerWerner Koch <wk@gnupg.org>2007-08-24 11:34:39 +0200
commit503f91e0aea99fe09064e29ec9df1ded1a3bd3c3 (patch)
treee3dd4b252d6d05a5aa15aea799ab9447ea74ccbd /doc/debugging.texi
parentAdd new features to kbxutil. (diff)
downloadgnupg2-503f91e0aea99fe09064e29ec9df1ded1a3bd3c3.tar.xz
gnupg2-503f91e0aea99fe09064e29ec9df1ded1a3bd3c3.zip
tryu harder to ignore duplicate specified keyrings and -boxes.
Documentation updates.
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r--doc/debugging.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi
index e1a62d7eb..fb27b2710 100644
--- a/doc/debugging.texi
+++ b/doc/debugging.texi
@@ -77,6 +77,13 @@ are flagges as ephemeral, meaning that they are only temporary stored
provided by @command{gpgsm} or @command{gpg}. 81 certifcates are stored
in a standard way and directly available from @command{gpgsm}.
+@noindent
+To find duplicated certificates and keyblocks in a keybox file (this
+should not occur but sometimes things go wrong), run it using
+
+@samp{kbxutil --find-dups ~/.gnupg/pubring.kbx}
+
+
@@ -165,6 +172,18 @@ stored private keys because some private keys are used for Secure Shell
or other purposes and don't have a corresponding certificate.
+@item A root certificate does not verify
+
+A common problem is that the root certificate misses the required
+basicConstrains attribute and thus @command{gpgsm} rejects this
+certificate. An error message indicating ``no value'' is a sign for
+such a certificate. You may use the @code{relax} flag in
+@file{trustlist.txt} to accept the certificate anyway. Note that the
+fingerprint and this flag may only be added manually to
+@file{trustlist.txt}.
+
+
+
@end itemize