diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-04-29 16:48:16 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-01 10:50:24 +0200 |
commit | 89901946f936446f439b95f1a9a85ac942ac2c92 (patch) | |
tree | f74a7cf049fbfbda478c1fdeec05c1a45d552302 /doc | |
parent | 46e00c9062d09a642973e83a334483db1f310397 (diff) |
support Signed-By in Release files as a sort of HPKP
Users have the option since apt >= 1.1 to enforce that a Release file is
signed with specific key(s) either via keyring filename or fingerprints.
This commit adds an entry with the same name and value (except that it
doesn't accept filenames for obvious reasons) to the Release file so
that the repository owner can set a default value for this setting
effecting the *next* Release file, not the current one, which provides a
functionality similar "HTTP Public Key Pinning". The pinning is in
effect as long as the (then old) Release file is considered valid, but
it is also ignored if the Release file has no Valid-Until at all.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sources.list.5.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 07455735f..e8d88921d 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -291,8 +291,10 @@ deb-src [ option1=value1 option2=value2 ] uri suite [component1] [component2] [. (see <command>apt-key fingerprint</command>). If the option is set, only the key(s) in this keyring or only the keys with these fingerprints are used for the &apt-secure; verification of this - repository. Otherwise all keys in the trusted keyrings are - considered valid signers for this repository. + repository. Defaults to the value of the option with the same name + if set in the previously acquired <filename>Release</filename> file. + Otherwise all keys in the trusted keyrings are considered valid + signers for this repository. </para></listitem> <listitem><para><option>Check-Valid-Until</option> (<option>check-valid-until</option>) |