You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/06/16 09:08:42 UTC

svn commit: r1861443 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml

Author: jailletc36
Date: Sun Jun 16 09:08:41 2019
New Revision: 1861443

URL: http://svn.apache.org/viewvc?rev=1861443&view=rev
Log:
'flags' are optional in SSLCARevocationCheck. Update the syntax accordingly.

(r1861442 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml?rev=1861443&r1=1861442&r2=1861443&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml Sun Jun 16 09:08:41 2019
@@ -1235,7 +1235,7 @@ SSLCARevocationFile "/usr/local/apache2/
 <directivesynopsis>
 <name>SSLCARevocationCheck</name>
 <description>Enable CRL-based revocation checking</description>
-<syntax>SSLCARevocationCheck chain|leaf|none <em>flag</em>s</syntax>
+<syntax>SSLCARevocationCheck chain|leaf|none [<em>flag</em>s ...]</syntax>
 <default>SSLCARevocationCheck none</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>