diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-02-22 17:45:08 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-02-22 18:25:06 +0100 |
| commit | 9aee35d1acafde2e443741160d13d365345383ab (patch) | |
| tree | 8b6d3c2c6511705cf3c3ea3d80c67d3dc1167733 /doc/sources.list.5.xml | |
| parent | 975c55803caca0e34524d6177724ce334b3ffff8 (diff) | |
Improve the documentation for /etc/apt/keyrings
Diffstat (limited to 'doc/sources.list.5.xml')
| -rw-r--r-- | doc/sources.list.5.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 261c90656..6c278dd61 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -299,7 +299,10 @@ deb-src [ option1=value1 option2=value2 ] uri suite [component1] [component2] [. It is specified as a list of absolute paths to keyring files (have to be accessible and readable for the <literal>_apt</literal> system user, so ensure everyone has read-permissions on the file) and fingerprints - of keys to select from these keyrings. If no keyring files are specified + of keys to select from these keyrings. The recommended locations for keyrings + are <filename>/usr/share/keyrings</filename> for keyrings managed by packages, + and <filename>/etc/apt/keyrings</filename> for keyrings managed by the system operator. + If no keyring files are specified the default is the <filename>trusted.gpg</filename> keyring and all keyrings in the <filename>trusted.gpg.d/</filename> directory (see <command>apt-key fingerprint</command>). If no fingerprint is |
