From: Christophe Jaillet Date: Sat, 25 Dec 2021 07:52:24 +0000 (+0000) Subject: Add "id" to
so that hyperlinks are generated in the TOC. X-Git-Tag: 2.5.0-alpha2-ci-test-only~615 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8895a59dde02acb372655f44df4e11d59eda42f1;p=thirdparty%2Fapache%2Fhttpd.git Add "id" to
so that hyperlinks are generated in the TOC. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896372 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_tls.xml b/docs/manual/mod/mod_tls.xml index a627ae7a28a..18c00c0532c 100644 --- a/docs/manual/mod/mod_tls.xml +++ b/docs/manual/mod/mod_tls.xml @@ -47,7 +47,7 @@ directive have been kept mostly similar to mod_ssl ones.

-
+
TLS in a VirtualHost context Listen 443 @@ -71,7 +71,7 @@ TLSEngine 443

-
Feature Comparison with mod_ssl +
Feature Comparison with mod_ssl

The table below gives a comparison of feature between mod_ssl and mod_tls. If a feature of mod_ssl is no listed here, @@ -107,7 +107,7 @@ TLSEngine 443

-
TLS Protocols +
TLS Protocols

mod_tls supports TLS protocol version 1.2 and 1.3. Should there ever be a version 1.4 and rustls supports it, it will be available as well. @@ -124,7 +124,7 @@ TLSProtocol TLSv1.3+

-
TLS Ciphers +
TLS Ciphers

The list of TLS ciphers supported in the rustls library, can be found here. All TLS v1.3 @@ -184,7 +184,7 @@ TLSCipherSuppress ECDHE-ECDSA-AES256-SHA384

-
Virtual Hosts +
Virtual Hosts

mod_tls uses the SNI (Server Name Indicator) to select one of the configured virtual hosts that match the port being served. Should @@ -223,7 +223,7 @@ TLSEngine 443

-
ACME Certificates +
ACME Certificates

ACME certificates via mod_md are supported, just as for mod_ssl. A minimal configuration: @@ -240,7 +240,7 @@ MDomain example.net

-
OCSP Stapling +
OCSP Stapling

mod_tls has no own implementation to retrieve OCSP information for a certificate. However, it will use such for Stapling if it is provided @@ -249,7 +249,7 @@ MDomain example.net

-
TLS Variables +
TLS Variables

Via the directive TLSOptions, several variables are placed into the environment of requests and can be inspected, for @@ -279,7 +279,7 @@ MDomain example.net

-
Client Certificates +
Client Certificates

While rustls supports client certificates in principle, parts of the infrastructure to make use of these in a server are not