diff options
author | Alon Bar-Lev <[email protected]> | 2017-09-01 19:19:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-09-11 10:42:53 +0000 |
commit | 384a3748d9022b7ae3f629c13f92e204565fea3d (patch) | |
tree | 0acb1d7402366f3921f424fa3c4bcec22b5f2b6d /doc/gpgsm.texi | |
parent | agent: compile-time configuration of s2k calibration. (diff) | |
download | gnupg-384a3748d9022b7ae3f629c13f92e204565fea3d.tar.gz gnupg-384a3748d9022b7ae3f629c13f92e204565fea3d.zip |
sm: Move qualified.txt from datadir into sysconfdir
* doc/Makefile.am: Move qualified.txt into examples.
* doc/qualified.txt: Move into examples, remove trailing spaces.
* doc/examples/README: Document qualified.txt.
* doc/gpgsm.texi: Move qualified.txt from datadir into sysconfdir.
* sm/qualified.c (read_list): Move qualified.txt from datadir into
sysconfdir.
--
The qualified.txt is maintained by Administrator it is a configuration
file. In the past it was a hybrid, provided by package and controlled
by the Administrator, however, it is no longer maintained by package.
Signed-off-by: Alon Bar-Lev <[email protected]>
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index bdc6b8771..b187a54d5 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -843,15 +843,9 @@ 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 -in this file need to be listed also in @file{trustlist.txt}. - -This is a global file an installed in the data directory -(e.g. @file{@value{DATADIR}/qualified.txt}). GnuPG installs a suitable -file with root certificates as used in Germany. As new Root-CA -certificates may be issued over time, these entries may need to be -updated; new distributions of this software should come with an updated -list but it is still the responsibility of the Administrator to check -that this list is correct. +in this file need to be listed also in @file{trustlist.txt}. This is a global +file an installed in the sysconf directory (e.g. +@file{@value{SYSCONFDIR}/qualified.txt}). Every time @command{gpgsm} uses a certificate for signing or verification this file will be consulted to check whether the certificate under |