preference. This can be used alternatively and/or additionally to
<code class="directive"><a href="#sslcacertificatepath">SSLCACertificatePath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-client.crt
+SSLCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt
</code></p></div>
</div>
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with mod_ssl to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCACertificatePath /usr/local/apache/conf/ssl.crt/
+SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>
the various PEM-encoded CRL files, in order of preference. This can be
used alternatively and/or additionally to <code class="directive"><a href="#sslcarevocationpath">SSLCARevocationPath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-client.crl
+SSLCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl
</code></p></div>
</div>
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCARevocationPath /usr/local/apache/conf/ssl.crl/
+SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/
</code></p></div>
</div>
certificates use the <em>same</em> certificate chain. Else the browsers will be
confused in this situation.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt
+SSLCertificateChainFile /usr/local/apache2/conf/ssl.crt/ca.crt
</code></p></div>
</div>
two times (referencing different filenames) when both a RSA and a DSA based
server certificate is used in parallel.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
+SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt
</code></p></div>
</div>
(referencing different filenames) when both a RSA and a DSA based
private key is used in parallel.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
+SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key
</code></p></div>
</div>
preference. This can be used alternatively and/or additionally to
<code class="directive"><a href="#sslproxycacertificatepath">SSLProxyCACertificatePath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-remote-server.crt
+SSLProxyCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-remote-server.crt
</code></p></div>
</div>
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with mod_ssl to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCACertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyCACertificatePath /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>
the various PEM-encoded CRL files, in order of preference. This can be
used alternatively and/or additionally to <code class="directive"><a href="#sslproxycarevocationpath">SSLProxyCARevocationPath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-remote-server.crl
+SSLProxyCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server.crl
</code></p></div>
</div>
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCARevocationPath /usr/local/apache/conf/ssl.crl/
+SSLProxyCARevocationPath /usr/local/apache2/conf/ssl.crl/
</code></p></div>
</div>
<p>
Example:</p>
<div class="example"><p><code>
-SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyMachineCertificateFile /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>
<p>
Example:</p>
<div class="example"><p><code>
-SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyMachineCertificatePath /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>