]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_ssl.xml: bring balance to the force
authorLuca Toscano <elukey@apache.org>
Sat, 22 Sep 2018 14:51:30 +0000 (14:51 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 22 Sep 2018 14:51:30 +0000 (14:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841685 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 588798cc3e4af539abda794a7e8bd3af31e1bc61..a5c45232db4b0586e8885ea43d383446f35e12c5 100644 (file)
@@ -693,7 +693,8 @@ This complex directive uses a colon-separated <em>cipher-spec</em> string
 consisting of OpenSSL cipher specifications to configure the Cipher Suite the
 client is permitted to negotiate in the SSL handshake phase. The optional 
 protocol specifier can configure the Cipher Suite for a specific SSL version.
-Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2. 
+Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2.
+</p>
 <p>
 Notice that this
 directive can be used both in per-server and per-directory context.