[Yanel-commits] rev 24269 - public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl

michi at wyona.com michi at wyona.com
Tue May 8 15:35:09 CEST 2007


Author: michi
Date: 2007-05-08 15:35:08 +0200 (Tue, 08 May 2007)
New Revision: 24269

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml
Log:
note about vhosts added and testing OpenSSL

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml	2007-05-08 13:23:17 UTC (rev 24268)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml	2007-05-08 13:35:08 UTC (rev 24269)
@@ -18,7 +18,7 @@
          <li>make</li>
          <li>make install (will install at /usr/local/ssl by default, see INSTALL file for more details)</li>
        </ul></li>
-       <li>Test Open-SSL installation by typing &quot;/usr/local/ssl/bin/openssl version&quot;</li>
+       <li>Test Open-SSL installation by typing &quot;/usr/local/ssl/bin/openssl version&quot;. As a response one should receive something like &quot;OpenSSL 0.9.8d 28 Sep 2006&quot;</li>
        <li>Download <a href="http://httpd.apache.org">Apache-Httpd</a> version 2.2.3 or higher</li>
        <li>Build Apache-Httpd with SSL
          <ul>
@@ -31,7 +31,9 @@
            <li>openssl genrsa 1024 &gt; /usr/local/apache2/conf/server.key</li>
            <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/apache2/conf/server.key &gt; /usr/local/apache2/conf/server.crt</li>
          </ul></li>
-       <li>Uncomment SSL config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</li><li>Configure virtual hosts within /usr/local/httpd-2.2.3/conf/extra/httpd-vhosts.conf</li><ul><li>A sample can be found at <a href="https://svn.wyona.org/repos/public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf">yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf</a></li></ul>
+       <li>Uncomment SSL config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</li>
+       <li>Configure virtual hosts within /usr/local/httpd-2.2.3/conf/extra/httpd-vhosts.conf</li><ul><li>A sample can be found at <a href="https://svn.wyona.org/repos/public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf">yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf</a></li></ul>
+       <li>Uncomment vhosts config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-vhosts.conf)</li>
        <li>Startup Apache: /usr/local/apache2/bin/apachectl start</li>
        <li>Test SSL: https://127.0.0.1:443</li>
   </ul>
@@ -42,4 +44,4 @@
 Httpd with SSL only: <img src="../../img/httpd-with-ssl.png"/>
 </p>
 </body>
-</html>
\ No newline at end of file
+</html>




More information about the Yanel-commits mailing list