From 080f2c092795382fe77591f8a41e19172ebead26 Mon Sep 17 00:00:00 2001 From: наб Date: Wed, 13 May 2026 21:35:36 +0200 Subject: apt-transport-https(1): document host-specific SSLCert, SSLKey, Verify-Host 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 --- doc/apt-transport-https.1.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/apt-transport-https.1.xml b/doc/apt-transport-https.1.xml index 7be546c3a..0f06e719d 100644 --- a/doc/apt-transport-https.1.xml +++ b/doc/apt-transport-https.1.xml @@ -115,9 +115,9 @@ Acquire::https { CAInfo "/path/to/ca/certs.pem"; CRLFile "/path/to/all/crl.pem"; Verify-Peer "true"; - Verify-Host::broken.example.org "false"; - SSLCert::example.org "/path/to/client/cert.pem"; - SSLKey::example.org "/path/to/client/key.pem" + broken.example.org::Verify-Host "false"; + example.org::SSLCert "/path/to/client/cert.pem"; + example.org::SSLKey "/path/to/client/key.pem" }; -- cgit v1.2.3-70-g09d2