diff options
| author | Julian Andres Klode <jak@debian.org> | 2021-10-18 14:34:42 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2021-10-18 14:34:42 +0000 |
| commit | 9d8cad64f03b47576ea0fd22f7d963c031faec3b (patch) | |
| tree | ea9ffa6160ee3d4c13c8727d56735684387c83c4 /doc | |
| parent | ad7bae309a827592aa228af9470c1aa7abdd189e (diff) | |
| parent | dcbae505308758df2870c0424e3f5a1dfebcb5ec (diff) | |
Merge branch 'pu/signed-by-embedded-key' into 'main'
Add support for embedding PGP keys into Signed-By in deb822 sources
See merge request apt-team/apt!176
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sources.list.5.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 6929201a0..ed99f08f8 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -312,6 +312,23 @@ deb-src [ option1=value1 option2=value2 ] uri suite [component1] [component2] [. of this repository (only fingerprints can be specified there through). Otherwise all keys in the trusted keyrings are considered valid signers for this repository. + + The option may also be set directly to an embedded GPG public key block. Special + care is needed to encode the empty line with leading spaces and ".": + <literallayout>Types: deb +URIs: https://deb.debian.org +Suites: stable +Components: main contrib non-free +Signed-By: + -----BEGIN PGP PUBLIC KEY BLOCK----- + . + mDMEYCQjIxYJKwYBBAHaRw8BAQdAD/P5Nvvnvk66SxBBHDbhRml9ORg1WV5CvzKY + CuMfoIS0BmFiY2RlZoiQBBMWCgA4FiEErCIG1VhKWMWo2yfAREZd5NfO31cFAmAk + IyMCGyMFCwkIBwMFFQoJCAsFFgIDAQACHgECF4AACgkQREZd5NfO31fbOwD6ArzS + dM0Dkd5h2Ujy1b6KcAaVW9FOa5UNfJ9FFBtjLQEBAJ7UyWD3dZzhvlaAwunsk7DG + 3bHcln8DMpIJVXht78sL + =IE0r + -----END PGP PUBLIC KEY BLOCK-----</literallayout> </para></listitem> <listitem><para><option>Check-Valid-Until</option> (<option>check-valid-until</option>) |
