diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-11-23 21:02:41 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-12-07 15:14:34 +0100 |
| commit | f7f4a4cb5c99f2bfe7a2398c406048c92c9c93b2 (patch) | |
| tree | e8d5c253167c4a91e08785c01c6429c2886a7adf /doc/sources.list.5.xml | |
| parent | 4b1665fc9df8b42832681adf88985ac762aedf9f (diff) | |
Remove the apt-key manual page and add documentation to apt-secure
We move the user configuration section to the top of the manual
page as that is going to be what most are interested in and rewrite
it to cover all the modern ways to configure keys in a succinct
way.
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 |
