diff options
author | NIIBE Yutaka <[email protected]> | 2023-11-16 04:31:42 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-11-16 04:31:42 +0000 |
commit | 42ee84197695aca44f5f909a0b1eb59298497da0 (patch) | |
tree | 1aafde0bcec1de19f915790a1c00e3888892a32b | |
parent | gpgv: Update used keyrings in doc FILES section (diff) | |
download | gnupg-42ee84197695aca44f5f909a0b1eb59298497da0.tar.gz gnupg-42ee84197695aca44f5f909a0b1eb59298497da0.zip |
doc: Update for gpgv.
--
GnuPG-bug-id: 6810
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | doc/gpgv.texi | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi index 997f62743..1cf699b70 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -180,13 +180,20 @@ If set directory used instead of "~/.gnupg". @mansect files @subsection FILES -By default gpgv searches for the keyring holding the allowed keys -in the following locations (First file found is used): +Default keyring file is expected in the GnuPG home directory +(@pxref{option --homedir}, @code{GNUPGHOME}). -@itemize @bullet -@item $@{GNUPGHOME@}/trustedkeys.kbx -@item $@{GNUPGHOME@}/trustedkeys.gpg -@end itemize +@table @file +@item ~/.gnupg/trustedkeys.kbx +@efindex trustedkeys.kbx +The default keyring with the allowed keys, using the new keybox format. + +@item ~/.gnupg/trustedkeys.gpg +@efindex trustedkeys.gpg +When @file{trustedkeys.kbx} is not available, the default keyring with +the allowed keys, using a legacy format. + +@end table @mansect see also @command{gpg}(1) |