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:07:49 UTC

svn commit: r1861442 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Author: jailletc36
Date: Sun Jun 16 09:07:49 2019
New Revision: 1861442

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

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=1861442&r1=1861441&r2=1861442&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Sun Jun 16 09:07:49 2019
@@ -1258,7 +1258,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>