diff options
author | Max-Julian Pogner <[email protected]> | 2023-11-11 17:09:17 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-11-16 02:46:22 +0000 |
commit | 2600047470169a43592df2a67f843491bbacf6d5 (patch) | |
tree | 4d60e79e5c2b44c49b05d1ae8cff6258e01f6383 | |
parent | gpg: Implement a parser for Kyber encrypted packets. (diff) | |
download | gnupg-2600047470169a43592df2a67f843491bbacf6d5.tar.gz gnupg-2600047470169a43592df2a67f843491bbacf6d5.zip |
gpgv: Update used keyrings in doc FILES section
* doc/gpgv.texi: Explicitely list all searched default keyrings in the
FILES section.
* doc/gpgv.texi: use ${GNUPGHOME} placeholder to be extra precise.
-rw-r--r-- | doc/gpgv.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi index c8ba9fa5e..997f62743 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -180,12 +180,13 @@ If set directory used instead of "~/.gnupg". @mansect files @subsection FILES -@table @asis - -@item ~/.gnupg/trustedkeys.gpg -The default keyring with the allowed keys. +By default gpgv searches for the keyring holding the allowed keys +in the following locations (First file found is used): -@end table +@itemize @bullet +@item $@{GNUPGHOME@}/trustedkeys.kbx +@item $@{GNUPGHOME@}/trustedkeys.gpg +@end itemize @mansect see also @command{gpg}(1) |