aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-11-22 12:44:43 +0000
committerWerner Koch <[email protected]>2024-11-22 12:46:40 +0000
commit98b2b35e5c3ab2905e4f900dfe53ce3c1867b6bc (patch)
treea4bbdd95b93387029cd1a0d6e3df14f4e932f7a3
parentscd: No hard lock-up when apdu_connect never returns. (diff)
downloadgnupg-98b2b35e5c3ab2905e4f900dfe53ce3c1867b6bc.tar.gz
gnupg-98b2b35e5c3ab2905e4f900dfe53ce3c1867b6bc.zip
doc: Explain that qualified.txt is a legacy method.
--
-rw-r--r--doc/gpgsm.texi24
1 files changed, 14 insertions, 10 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi
index 5d4a55dd8..0095a4dd6 100644
--- a/doc/gpgsm.texi
+++ b/doc/gpgsm.texi
@@ -954,16 +954,20 @@ like this:
@item qualified.txt
@efindex qualified.txt
-This is the list of root certificates used for qualified certificates.
-They are defined as certificates capable of creating legally binding
-signatures in the same way as handwritten signatures are. Comments
-start with a hash mark and empty lines are ignored. Lines do have a
-length limit but this is not a serious limitation as the format of the
-entries is fixed and checked by @command{gpgsm}: A non-comment line starts with
-optional whitespace, followed by exactly 40 hex characters, white space
-and a lowercased 2 letter country code. Additional data delimited with
-by a white space is current ignored but might late be used for other
-purposes.
+This is the legacy method to mark root certificates as usable for
+qualified certificates. Qualified certificates are capable of
+creating legally binding signatures in the same way as handwritten
+signatures. The modern method to mark such root certificates is to
+use the "qual" flag in the system trustlist.txt; see the gpg-agent man
+page for details.
+
+Comments int his file start with a hash mark and empty lines are
+ignored. Lines do have a length limit but this is not a serious
+limitation as the format of the entries is fixed and checked by
+@command{gpgsm}: A non-comment line starts with optional whitespace,
+followed by exactly 40 hex characters, white space and a lowercased 2
+letter country code. Additional data delimited with by a white space
+is current ignored but might late be used for other purposes.
Note that even if a certificate is listed in this file, this does not
mean that the certificate is trusted; in general the certificates listed