From: Christophe Jaillet Date: Sun, 23 Apr 2017 03:19:46 +0000 (+0000) Subject: Synch trunk doc with 2.4.x (add some " in order to improve syntax highlight) X-Git-Tag: 2.5.0-alpha~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fd7882557eb035778ce6f4ddb5c933b5903c716;p=apache Synch trunk doc with 2.4.x (add some " in order to improve syntax highlight) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792335 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 75106e4e7e..c4797eebeb 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -350,7 +350,7 @@ query can be done in two ways which can be configured by Example -SSLPassPhraseDialog exec:/usr/local/apache/sbin/pp-filter +SSLPassPhraseDialog "exec:/usr/local/apache/sbin/pp-filter" @@ -433,12 +433,12 @@ The following source variants are available:

Example SSLRandomSeed startup builtin -SSLRandomSeed startup file:/dev/random -SSLRandomSeed startup file:/dev/urandom 1024 -SSLRandomSeed startup exec:/usr/local/bin/truerand 16 +SSLRandomSeed startup "file:/dev/random" +SSLRandomSeed startup "file:/dev/urandom" 1024 +SSLRandomSeed startup "exec:/usr/local/bin/truerand" 16 SSLRandomSeed connect builtin -SSLRandomSeed connect file:/dev/random -SSLRandomSeed connect file:/dev/urandom 1024 +SSLRandomSeed connect "file:/dev/random" +SSLRandomSeed connect "file:/dev/urandom" 1024 @@ -511,8 +511,8 @@ The following five storage types are currently supported:

Examples -SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data -SSLSessionCache shmcb:/usr/local/apache/logs/ssl_gcache_data(512000) +SSLSessionCache "dbm:/usr/local/apache/logs/ssl_gcache_data" +SSLSessionCache "shmcb:/usr/local/apache/logs/ssl_gcache_data(512000)" @@ -934,7 +934,7 @@ thus using a custom/suitable length. Example -SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt +SSLCertificateFile "/usr/local/apache2/conf/ssl.crt/server.crt" @@ -969,7 +969,7 @@ key file.

Example -SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key +SSLCertificateKeyFile "/usr/local/apache2/conf/ssl.key/server.key" @@ -1017,7 +1017,7 @@ certificates use the same certificate chain. Else the browsers will be confused in this situation.

Example -SSLCertificateChainFile /usr/local/apache2/conf/ssl.crt/ca.crt +SSLCertificateChainFile "/usr/local/apache2/conf/ssl.crt/ca.crt" @@ -1044,7 +1044,7 @@ there: you also have to create symbolic links named contains the appropriate symbolic links.

Example -SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/ +SSLCACertificatePath "/usr/local/apache2/conf/ssl.crt/" @@ -1068,7 +1068,7 @@ preference. This can be used alternatively and/or additionally to SSLCACertificatePath.

Example -SSLCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt +SSLCACertificateFile "/usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt" @@ -1115,7 +1115,7 @@ PEM-encoded CA certificates.

Example -SSLCADNRequestFile /usr/local/apache2/conf/ca-names.crt +SSLCADNRequestFile "/usr/local/apache2/conf/ca-names.crt" @@ -1144,7 +1144,7 @@ Certificate files there: you also have to create symbolic links named this directory contains the appropriate symbolic links.

Example -SSLCADNRequestPath /usr/local/apache2/conf/ca-names.crt/ +SSLCADNRequestPath "/usr/local/apache2/conf/ca-names.crt/" @@ -1171,7 +1171,7 @@ Additionally you have to create symbolic links named contains the appropriate symbolic links.

Example -SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/ +SSLCARevocationPath "/usr/local/apache2/conf/ssl.crl/" @@ -1196,7 +1196,7 @@ used alternatively and/or additionally to SSLCARevocationPath.

Example -SSLCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl +SSLCARevocationFile "/usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl" @@ -1755,7 +1755,7 @@ directory contains the appropriate symbolic links.

Example -SSLProxyMachineCertificatePath /usr/local/apache2/conf/proxy.crt/ +SSLProxyMachineCertificatePath "/usr/local/apache2/conf/proxy.crt/" @@ -1785,7 +1785,7 @@ or additionally to SSLProxyMachineCertificatePath. Example -SSLProxyMachineCertificateFile /usr/local/apache2/conf/ssl.crt/proxy.pem +SSLProxyMachineCertificateFile "/usr/local/apache2/conf/ssl.crt/proxy.pem" @@ -1818,7 +1818,7 @@ SSLProxyCACertificateFile.

Example -SSLProxyMachineCertificateChainFile /usr/local/apache2/conf/ssl.crt/proxyCA.pem +SSLProxyMachineCertificateChainFile "/usr/local/apache2/conf/ssl.crt/proxyCA.pem" @@ -2100,7 +2100,7 @@ there: you also have to create symbolic links named contains the appropriate symbolic links.

Example -SSLProxyCACertificatePath /usr/local/apache2/conf/ssl.crt/ +SSLProxyCACertificatePath "/usr/local/apache2/conf/ssl.crt/" @@ -2125,7 +2125,7 @@ preference. This can be used alternatively and/or additionally to SSLProxyCACertificatePath.

Example -SSLProxyCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-remote-server.crt +SSLProxyCACertificateFile "/usr/local/apache2/conf/ssl.crt/ca-bundle-remote-server.crt" @@ -2153,7 +2153,7 @@ Additionally you have to create symbolic links named contains the appropriate symbolic links.

Example -SSLProxyCARevocationPath /usr/local/apache2/conf/ssl.crl/ +SSLProxyCARevocationPath "/usr/local/apache2/conf/ssl.crl/" @@ -2179,7 +2179,7 @@ used alternatively and/or additionally to SSLProxyCARevocationPath.

Example -SSLProxyCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server.crl +SSLProxyCARevocationFile "/usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server.crl" @@ -2326,7 +2326,7 @@ directives.

SSLVerifyClient on SSLOCSPEnable on -SSLOCSPDefaultResponder http://responder.example.com:8888/responder +SSLOCSPDefaultResponder "http://responder.example.com:8888/responder" SSLOCSPOverrideResponder on @@ -2819,7 +2819,7 @@ may sometimes differ.

SSLOpenSSLConfCmd Options -SessionTicket,ServerPreference SSLOpenSSLConfCmd ECDHParameters brainpoolP256r1 -SSLOpenSSLConfCmd ServerInfoFile /usr/local/apache2/conf/server-info.pem +SSLOpenSSLConfCmd ServerInfoFile "/usr/local/apache2/conf/server-info.pem" SSLOpenSSLConfCmd Protocol "-ALL, TLSv1.2" SSLOpenSSLConfCmd SignatureAlgorithms RSA+SHA384:ECDSA+SHA256