summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-01-05 21:12:20 +0000
committerJulian Andres Klode <jak@debian.org>2026-01-05 21:12:20 +0000
commit9555da1177eb196e45811fc91e2c63ebfc1118e8 (patch)
tree189cb33a10b217ea2a8f42c51ca00171c913b555
parent83b23f92d31e3c3e7940f1b4f758a6e0f36e72ce (diff)
parenta6cad5fb42c1243f73a3433c6fd91a85d75fc105 (diff)
Merge branch 'doc-typo-apt-transport-https' into 'main'
Fix host-specific Acquire::https CAInfo/CRLFile example (Closes: #1112123) See merge request apt-team/apt!541
-rw-r--r--doc/apt-transport-https.1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-transport-https.1.xml b/doc/apt-transport-https.1.xml
index 64d473cac..732320113 100644
--- a/doc/apt-transport-https.1.xml
+++ b/doc/apt-transport-https.1.xml
@@ -54,7 +54,7 @@ for <literal>Acquire::http</literal>. This manpage will only document the option
<package>ca-certificates</package> package) are used for the verification of
the server certificate. An alternative certificate authority (CA) can be
configured with the <literal>Acquire::https::CAInfo</literal> option and its
-host-specific option <literal>Acquire::https::CAInfo::<replaceable>host</replaceable></literal>.
+host-specific option <literal>Acquire::https::<replaceable>host</replaceable>::CAInfo</literal>.
The CAInfo option specifies a file made up of CA certificates (in PEM format)
concatenated together to create the chain which APT should use to verify the
path from your self-signed root certificate. If the remote server provides the
@@ -63,7 +63,7 @@ certificate. Otherwise, the whole chain is required. If you need to support
multiple authorities, the only way is to concatenate everything.</para>
<para>A custom certificate revocation list (CRL) can be configured with the options
<literal>Acquire::https::CRLFile</literal> and
-<literal>Acquire::https::CRLFile::<replaceable>host</replaceable></literal>.
+<literal>Acquire::https::<replaceable>host</replaceable>::CRLFile</literal>.
As with the previous option, a file in PEM format needs to be specified.</para>
</refsect2>