Server Administration
  Home arrow Server Administration arrow Page 4 - Generating Your Own Security Certificates For Use With Apache/HTTPS
IBM developerWorks
Try It Free
Codewalker Forums 
  Tutorials  
Database Articles  
Miscellaneous  
Navigation Usability  
PEAR Articles  
Programming Basics  
Server Administration  
XML Tutorials  
  Reviews  
Database Book Reviews  
Linux Book Reviews  
Miscellaneous Reviews  
PHP Book Reviews  
PHP Software Reviews  
Server Admin Reviews  
SQL Tool Reviews  
  Code Gallery  
Content Management Code  
Contest Code  
Counters Code  
Database Code  
Date Time Code  
Discussion Board Code  
Email Code  
File Manipulation Code  
GUI Code  
Link Farm Code  
Miscellaneous Code  
Search Code  
Site Navigation Code  
User Management Code  
Forums Sitemap 
Dedicated Servers  
Download TestComplete 
IBM® developerWorks
Weekly Newsletter 
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
SERVER ADMINISTRATION

Generating Your Own Security Certificates For Use With Apache/HTTPS
By: bluephoenix
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 4
    2004-01-27

    Table of Contents:
  • Generating Your Own Security Certificates For Use With Apache/HTTPS
  • Prepare the Working Environment
  • Install OpenSSL
  • Install Apache
  • Request, Sign and Install the Certificate
  • Configure Apache
  • Start/Stop Apache

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
    Try It Free
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    Generating Your Own Security Certificates For Use With Apache/HTTPS - Install Apache


    (Page 4 of 7 )

    Patch the Apache source code.

    # cd /usr/src/server-sources/mod_ssl-2.8.16-1.3.29
    # ./configure --with-apache=../apache_1.3.29

    mod_SSL patches and extends the Apache source code to support SSL. The with-apache parameter should point to the Apache source code directory.

    Compile and install Apache.

     cd ../apache_1.3.29
    # env SSL_BASE=/usr/local/ssl ./configure \
    > --prefix=/usr/local/apache --enable-module=so \
    > --enable-module=ssl
    # make && make install

    The SSL_BASE environmental variable tells the configure script in which directory the OpenSSL toolkit has been installed. The enable-module parameter enables the shared objects module (which provides the Apache binary with loadable module support) and the ssl module (which enable Apache to use SSL). Other configuration parameters may be passed if desired.

    More Server Administration Articles
    More By bluephoenix


       · Are we missing somthing? Looks like the tutorial and PDF are truncated at step...
       · 
       · I contacted Matt... all fixed! Thanks!-Tim
       · Hi,I already do like your manual here but i have problem on final step...
       · Volume,I've had that message once before on an internal machine I've set up for...
     

    SERVER ADMINISTRATION ARTICLES

    - An Overview of Free Network Scanning Tools
    - Information Security: A Coherent Approach
    - Advanced IP Network Scanning Methods
    - Using Emulation and More to Analyze Network ...
    - Third Party IP Network Scanning Methods
    - Methods of IP Network Scanning
    - IP Network Scanning
    - sendmail Security Options
    - Security Features of sendmail
    - Handling sendmail Permissions
    - Maintain Security with sendmail
    - Generating Your Own Security Certificates Fo...
    - Introduction to crontab





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway