summaryrefslogtreecommitdiff
path: root/doc/apt-transport-https.1.xml
Commit message (Collapse)AuthorAgeFilesLines
* apt-transport-https(1): document host-specific SSLCert, SSLKey, Verify-Host ↵наб2026-05-201-3/+3
| | | | | | | | | | | | | | with host:: instead of ::host Empirically, SSLCert and SSLKey need to be specified in the reverse order, and only Acquire::https::deb.beaverlabs.net { SSLCert ".../cert.pem"; SSLKey ".../pkey.pem"; }; , not the documented order, works Sponsored-by: https://beaverlabs.net
* Release 3.1.133.1.13Julian Andres Klode2026-01-051-1/+1
|
* Fix host-specific Acquire::https CAInfo/CRLFile example (Closes: #1112123)Simon Josefsson2026-01-041-2/+2
| | | | | | 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";
* Fix typos encountered while updating de translationChris Leick2018-10-301-1/+1
|
* Release 1.7.01.7.0Julian Andres Klode2018-10-071-1/+1
|
* Release 1.7.0~rc21.7.0_rc2Julian Andres Klode2018-09-201-1/+1
|
* Release 1.7.0~rc1 to unstable1.7.0_rc1Julian Andres Klode2018-09-181-1/+1
|
* Release 1.7.0~alpha31.7.0_alpha3Julian Andres Klode2018-08-201-1/+1
|
* Release 1.7.0~alpha21.7.0_alpha2Julian Andres Klode2018-07-091-1/+1
|
* Release 1.7.0~alpha11.7.0_alpha1Julian Andres Klode2018-06-251-1/+1
|
* use 127.0.0.1 instead of localhost as default Tor proxyDavid Kalnischkies2018-05-111-1/+1
| | | | | | This shouldn't make a practical difference for most people, but for edge cases it avoids DNS lookups and additionally prevents us from perfoming unneeded SRV requests, too.
* Release 1.7.0~alpha0 to experimental1.7.0_alpha0Julian Andres Klode2018-04-181-1/+1
|
* Release 1.6~rc11.6_rc1Julian Andres Klode2018-04-151-1/+1
|
* fix communication typo in https manpageDavid Kalnischkies2018-04-071-1/+1
| | | | Reported-By: lintian spelling-error-in-manpage
* Release 1.6~beta11.6_beta1Julian Andres Klode2018-02-261-1/+1
|
* review and fix the three new apt-transport- manpagesJustin B Rye2018-01-181-20/+20
| | | | References: https://lists.debian.org/debian-l10n-english/2018/01/msg00002.html
* document https options in new apt-transport-https manpageDavid Kalnischkies2018-01-031-0/+133
Same reasoning as with the previous commit for http with the added benefit of moving the hard to discover and untranslated example config into a manpage which could be translated.