From: Christophe Jaillet Date: Sun, 16 Jun 2019 09:07:49 +0000 (+0000) Subject: 'flags' are optional in SSLCARevocationCheck. Update the syntax accordingly. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f367f56ff5a6cb61b8d9810a4383e3d35754daa;p=thirdparty%2Fapache%2Fhttpd.git 'flags' are optional in SSLCARevocationCheck. Update the syntax accordingly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1861442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index a1ef916e2ad..9742efe773e 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1258,7 +1258,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