[Whonix-devel] How to configure a custom path to trusted.gpg in Debian stretch?
Julian Andres Klode
jak at debian.org
Sun Jan 15 11:52:59 CET 2017
On Sun, Jan 15, 2017 at 10:12:00AM +0000, Patrick Schleizer wrote:
> In jessie, the following works:
>
> -o Dir::Etc::trusted=/path/to/trusted.gpg
> -o Dir::Etc::trusted.d=/path/to/trusted.gpg.d
That second one never worked.
In fact the right options did not work either, due to
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1607283
- this was fixed in stretch so that the options are actually
respected (previously only options in apt.conf files were
respected).
>
> In stretch apparently the above two options were deprecated?
>
> In stretch apparently there are more/other options?
>
> Dir::Etc::trusted
> Dir::Etc::trusted.d
> Dir::Etc::TrustedParts/d
> Apt::GPGV::TrustedKeyring
> Dir::Etc::Trusted/f
No, it's always:
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
/f and /d are just annotations for interpreting the option when
reading it via apt-config, and APT::GPGV::TrustedKeyring is the
old name of Dir::Etc::trusted.
--
Debian Developer - deb.li/jak | jak-linux.org - free software dev
| Ubuntu Core Developer |
When replying, only quote what is necessary, and write each reply
directly below the part(s) it pertains to ('inline'). Thank you.
More information about the Whonix-devel
mailing list