From: Christophe Jaillet Date: Sun, 16 Jun 2019 09:08:41 +0000 (+0000) Subject: 'flags' are optional in SSLCARevocationCheck. Update the syntax accordingly. X-Git-Tag: 2.4.40~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bad2aa7a81cf90afddb92664e855ce772f7332c;p=thirdparty%2Fapache%2Fhttpd.git 'flags' are optional in SSLCARevocationCheck. Update the syntax accordingly. (r1861442 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1861443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 7b955eba72e..fcce96f0bf9 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1235,7 +1235,7 @@ SSLCARevocationFile "/usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl" SSLCARevocationCheck Enable CRL-based revocation checking -SSLCARevocationCheck chain|leaf|none flags +SSLCARevocationCheck chain|leaf|none [flags ...] SSLCARevocationCheck none server config virtual host