Server Administration
  Home arrow Server Administration arrow Page 2 - Generating Your Own Security Certificates For Use With Apache/HTTPS
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 
JMSL Numerical Library 
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
     
     
    ADVERTISEMENT


    Generating Your Own Security Certificates For Use With Apache/HTTPS - Prepare the Working Environment


    (Page 2 of 7 )

    Become root, create and navigate to a working source directory.

    $ su root
    > password: *****
    # mkdir /usr/src/server-sources
    # cd /usr/src/server-sources

    Download the necessary sources. The version number of modssl must match the version number of Apache. Also, record the files' md5sums from their websites.

    apache_1.3.29.tar.gz - www.apache.org

    openssl-0.9.7d.tar.gz - www.openssl.org

    mod_ssl-2.8.16-1.3.29.tar.gz - www.modssl.org

    Verify the integrity of the downloads using md5sum.

    # for f in `ls`; do md5sum $f; done

    Extract the archives.

    # for f in `ls`; do tar -zxvf $f; done

    Create an user groups and accounts necessary for the software to install and run.

    # groupadd -g 99 nogroup
    # useradd -u 99 -g 99 -d / -c Apache nobody

    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

    - Implementing an Information Security Managem...
    - HTTP State Management with Cookies
    - Information Security Standards
    - IP Network Scanning and Security Reconnaissa...
    - An Overview of Open Source Security
    - 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






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