]> 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:08:41 +0000 (09:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 09:08:41 +0000 (09:08 +0000)
(r1861442 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1861443 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 7b955eba72e18468a7cd05beb70e80aa04815a63..fcce96f0bf9f542850288c7ac655288fc29995f9 100644 (file)
@@ -1235,7 +1235,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>