diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-12-07 16:09:10 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-12-07 16:09:10 +0000 |
| commit | 4063d96cdd9df79e1ca25410be30571d57296779 (patch) | |
| tree | 1c5de4c1e0104d3539092c4ea3fdf33d8297e64b /doc/sources.list.5.xml | |
| parent | 9dbb3a242f4f7a53c3678fd4f37e03ccc8479113 (diff) | |
| parent | 2bb8a2c71c12063e52220c3a3839e063f11a319d (diff) | |
Merge branch 'bye-apt-key' into 'main'
Stop using apt-key for verification and move apt-key to test/
See merge request apt-team/apt!406
Diffstat (limited to 'doc/sources.list.5.xml')
| -rw-r--r-- | doc/sources.list.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 4fa7a245b..a463d4333 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -304,8 +304,8 @@ deb-src [ option1=value1 option2=value2 ] uri suite [component1] [component2] [. 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 + all keyrings in the <filename>trusted.gpg.d/</filename> directory. + If no fingerprint is specified all keys in the keyrings are selected. A fingerprint will accept also all signatures by a subkey of this key, if this isn't desired an exclamation mark (<literal>!</literal>) can be appended to |
