#986076 apt-transport-https(1)

Package:
apt
Source:
apt
Description:
commandline package manager
Submitter:
Flisk
Date:
2021-03-29 11:06:04 UTC
Severity:
important
#986076#5
Date:
2021-03-29 11:02:46 UTC
From:
To:
Dear Maintainer,

the manual page for apt-transport-https contains incorrect information
on how to apply options only to specific hosts.

According to the manual page, the following should work:

	Acquire::https::CAInfo::example.com "/my-root-cert.pem";

This seems to have no effect. APT will reject any repositories serving
certificates signed by the specified CA.

This syntax however works fine:

	Acquire::https::example.com::CAInfo "/my-root-cert.pem";