summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-05-21 09:06:52 +0000
committerJulian Andres Klode <jak@debian.org>2026-05-21 09:06:52 +0000
commit5b49a25a292dd3ed2355fadaca68753a72eb2422 (patch)
tree53b420a0cd199e1e2cef77ca7cf1476b3200b71e
parentcae6d486b4294a0ba0a4694171380737c3818aac (diff)
parent080f2c092795382fe77591f8a41e19172ebead26 (diff)
Merge branch 'https' into 'main'
apt-transport-https(1): document host-specific SSLCert, SSLKey, Verify-Host with host:: instead of ::host See merge request apt-team/apt!579
-rw-r--r--doc/apt-transport-https.1.xml6
1 files 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"
};
</literallayout>
</refsect1>