Fix host-specific Acquire::https CAInfo/CRLFile example (Closes: #1112123)

The proper syntax for a host-specific parameters are:

Acquire::https::deb.debian.org::CAInfo "/path/to/cert.pem";
Acquire::https::deb.debian.org::CRLFile "/path/to/cert.pem";
Edited by Simon Josefsson

Merge request reports

Loading