stuff before you use it. Nothing is worse than using a security solution
without knowing its restrictions and how it interacts with other systems.</p>
</div>
-<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#ciphersuites">Cipher Suites and Enforcing Strong Security</a></li>
+<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#configexample">Basic Configuration Example</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#ciphersuites">Cipher Suites and Enforcing Strong Security</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#accesscontrol">Client Authentication and Access Control</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#logging">Logging</a></li>
</ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
+<h2><a name="configexample" id="configexample">Basic Configuration Example</a></h2>
+
+
+<p>Your SSL configuration will need to contain, at a minumum, the
+following directives.</p>
+
+<div class="example"><p><code>
+ Listen 443
+ <VirtualHost _default_:443><br />
+ ServerName www.domain.com<br />
+ SSLEngine on<br />
+ SSLCertificateFile /path/to/www.comain.com.cert<br />
+ SSLCertificateKeyFile /path/to/www.domain.com.key<br />
+ </VirtualHost>
+</code></p></div>
+
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
<h2><a name="ciphersuites" id="ciphersuites">Cipher Suites and Enforcing Strong Security</a></h2>
<ul>
without knowing its restrictions and how it interacts with other systems.</p>
</summary>
+<section id="configexample">
+<title>Basic Configuration Example</title>
+
+<p>Your SSL configuration will need to contain, at a minumum, the
+following directives.</p>
+
+<example>
+ Listen 443
+ <VirtualHost _default_:443><br />
+ ServerName www.domain.com<br />
+ SSLEngine on<br />
+ SSLCertificateFile /path/to/www.comain.com.cert<br />
+ SSLCertificateKeyFile /path/to/www.domain.com.key<br />
+ </VirtualHost>
+</example>
+
+</section>
+
<section id="ciphersuites">
<title>Cipher Suites and Enforcing Strong Security</title>
<ul>