diff options
author | Werner Koch <[email protected]> | 2008-08-01 10:51:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-08-01 10:51:11 +0000 |
commit | 201a3485653de83ffb797205d2ff2ae6e9fc7413 (patch) | |
tree | 4fa94e6ebf31263a7f08ce6d83e3702f4d39511f /doc/gpgsm.texi | |
parent | prompt change. (diff) | |
download | gnupg-201a3485653de83ffb797205d2ff2ae6e9fc7413.tar.gz gnupg-201a3485653de83ffb797205d2ff2ae6e9fc7413.zip |
Fix !EROFS bug.
Doc updates
Diffstat (limited to '')
-rw-r--r-- | doc/gpgsm.texi | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 3193e852f..9e23ffcb8 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -787,6 +787,14 @@ For a reference of the help file's syntax, please see the installed @file{help.txt} file. +@item com-certs.pem +@cindex com-certs.pem +This file is a collection of common certificates used to populated a +newly created @file{pubring.kbx}. An administrator may replace this +file with a custom one. The format is a concatenation of PEM encoded +X.509 certificates. This global file is installed in the data directory +(e.g. @file{/usr/share/gnupg/qualified.txt}). + @end table @c man:.RE @@ -796,7 +804,7 @@ start up with a working configuration. For existing users the a small helper script is provided to create these files (@pxref{addgnupghome}). For internal purposes gpgsm creates and maintaines a few other files; -They all live in in the current home directory (@pxref{option +they all live in in the current home directory (@pxref{option --homedir}). Only @command{gpgsm} may modify these files. @@ -806,7 +814,7 @@ They all live in in the current home directory (@pxref{option This a database file storing the certificates as well as meta information. For debugging purposes the tool @command{kbxutil} may be used to show the internal structure of this file. - + @item random_seed @cindex random_seed This content of this file is used to maintain the internal state of the |