From: Daniel Gruno %{
name}c
'' cryptography format function
provided. Information about this function is provided in the Compatibility chapter.
-CustomLog logs/ssl_request_log \
- "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+
+CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+
+
mod_log_conf
encrypted with SSL. This is similar to the
SSLRequireSSL
directive.
-
+
Require ssl
-
+
+
@@ -300,10 +303,11 @@ string in mod_log_conf
The following example grants access if the user is authenticated
either with a client certificate or by username and password.
-
+
Require ssl-verify-client
Require valid-user
-
+
+
@@ -326,7 +330,10 @@ concatenation of the various PEM-encoded Certificate files, in order of
preference. This can be used alternatively and/or additionally to
SSLCACertificatePath
.
Example
+
SSLCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt
+
+
.N
. And you should always make sure this directory
contains the appropriate symbolic links.
+
SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
+
+
+
SSLCADNRequestFile /usr/local/apache2/conf/ca-names.crt
+
+
.N
. And you should always make sure
this directory contains the appropriate symbolic links.
+
SSLCADNRequestPath /usr/local/apache2/conf/ca-names.crt/
+
+
+
SSLCARevocationCheck chain
+
+
SSLCARevocationPath
.
+
SSLCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl
+
+
.rN
. And you should always make sure this directory
contains the appropriate symbolic links.
+
SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/
+
+
+
SSLCertificateChainFile /usr/local/apache2/conf/ssl.crt/ca.crt
+
+
+
SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt
+
+
+
SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key
+
+
The complete list of particular RSA & DH ciphers for SSL is given in Table 2.
+
SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW
+
+