]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
'flags' are optional in SSLCARevocationCheck. Update the syntax accordingly.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 09:07:49 +0000 (09:07 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 09:07:49 +0000 (09:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1861442 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index a1ef916e2ad3bf254e71e601a43f0af8bc9d0ea3..9742efe773e9de1b27f098789fb108c547ed82de 100644 (file)
@@ -1258,7 +1258,7 @@ SSLCARevocationFile "/usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl"
 <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>