Sachin Dole rearranged electrons thusly:

> Has anyone used openssl and mod ssl for SSL on apache?? i am trying to
> create my own certificates, but i dont know how to do that
 
 Go to http://www.apache-ssl.org and get yourself the apache-ssl patch for your
 version of apache and openssl (say 1.3.14 and openssl 0.9.5) ... remember that
 mod-ssl != apache-ssl (with open-ssl)
 
 This howto (instructions blatantly filched from the readme file <g>) is for
 apache-ssl.
 
 Untar apache and the apache-ssl patch (into the same directory)
 
 Untar the openssl tarball  - openssl.org 
 
 Run the ./FixPatch shell script in the apache-ssl patch tree, it'll patch
 open-ssl and apache.  
 
 Now do a ./configure with whatever options you use for apache
 
 root@flamenco:/usr/src/apache> ./configure --enable-module=all
 --enable-shared=max
 
root@flamenco:/usr/src/apache> make.

[8< make output]

root@flamenco:/usr/src/apache>  cd src

root@flamenco:/usr/src/apache> make certificate    <- for your certificate

finally

root@flamenco:/usr/src/apache> make install

        hth
        +suresh
 
-- 
Suresh Ramasubramanian + mallet<@>efn.org
  You spamma my mailbox, I nukea da ass

----------------------------------------------
LIH is all for free speech.  But it was created
for a purpose.  Violations of the rules of
this list will result in stern action.

Reply via email to