From: Christophe Jaillet
Date: Sat, 25 Dec 2021 08:21:19 +0000 (+0000)
Subject: Add a few .
X-Git-Tag: 2.5.0-alpha2-ci-test-only~613
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1eee7dc9b2c74e9771511c1e1369c37019bfd2;p=thirdparty%2Fapache%2Fhttpd.git
Add a few .
In , add some around parameters that should be replaced by actual values.
Remove the text describing TLSProxyCA. It is a copy&paste error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896374 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_tls.xml b/docs/manual/mod/mod_tls.xml
index 2f0973165b9..e8402369435 100644
--- a/docs/manual/mod/mod_tls.xml
+++ b/docs/manual/mod/mod_tls.xml
@@ -257,7 +257,7 @@ MDomain example.net
The variable names are given by mod_ssl. Note that these
- are only a subset of the many variables that mod_ssl exposes.
+ are only a subset of the many variables that mod_ssl exposes.
| Variable | TLSOption | Description |
@@ -300,7 +300,7 @@ MDomain example.net
TLSEngine
defines on which address+port the module shall handle incoming connections.
- TLSEngine [address:]port
+ TLSEngine [address:]port
server config
@@ -326,7 +326,7 @@ MDomain example.net
TLSCertificate
adds a certificate and key (PEM encoded) to a server/virtual host.
- TLSCertificate cert_file [key_file]
+ TLSCertificate cert_file [key_file]
server config
virtual host
@@ -345,7 +345,7 @@ MDomain example.net
TLSProtocol
specifies the minimum version of the TLS protocol to use.
- TLSProtocol version+
+ TLSProtocol version+
server config
virtual host
@@ -360,7 +360,7 @@ MDomain example.net
TLSCiphersPrefer
defines ciphers that are preferred.
- TLSCiphersPrefer cipher(-list)
+ TLSCiphersPrefer cipher(-list)
server config
virtual host
@@ -388,7 +388,7 @@ TLSCiphersPrefer ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305
TLSCiphersSuppress
defines ciphers that are not to be used.
- TLSCiphersSuppress cipher(-list)
+ TLSCiphersSuppress cipher(-list)
server config
virtual host
@@ -432,7 +432,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
TLSOptions
enables SSL variables for requests.
- TLSOptions [+|-]option
+ TLSOptions [+|-]option
server config
virtual host
@@ -492,7 +492,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
`TLSProxyEngine on|off` is analog to `SSLProxyEngine` in mod_ssl.
This can be used in a server/virtual host or `<Proxy>` section to
- enable the module for outgoing connections using `mod_proxy`.
+ enable the module for outgoing connections using mod_proxy.
@@ -500,7 +500,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
TLSProxyCA
sets the root certificates to validate the backend server with.
- TLSProxyCA file.pem
+ TLSProxyCA file.pem
server config
virtual host
@@ -508,7 +508,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
- `TLSProxyEngine on|off` is analog to `SSLProxyCACertificatePath` in mod_ssl.
+
@@ -516,7 +516,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
TLSProxyProtocol
specifies the minimum version of the TLS protocol to use in proxy connections.
- TLSProxyProtocol version+
+ TLSProxyProtocol version+
server config
virtual host
@@ -570,7 +570,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
TLSProxyMachineCertificate
adds a certificate and key file (PEM encoded) to a proxy setup.
- TLSProxyMachineCertificate cert_file [key_file]
+ TLSProxyMachineCertificate cert_file [key_file]
server config
virtual host
@@ -608,7 +608,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
TLSSessionCache
specifies the cache for TLS session resumption.
- TLSSessionCache cache-spec
+ TLSSessionCache cache-spec
server config