I'm a newbie to SSL.  I followed the directions on
http://www.modssl.com/example/ to do a simple test install on a RH 6.1
box.   After everything installed apparently without problems, I viewed:

    /usr/local/apache_1.3.12/conf/ssl.key/README.KEY

and tried to run

    $ openssl rsa -noout -text -in server.key

receiving

    Problem:    bash: openssl: command not found:

OK, so I fiddled a bit and realized that the real command should have been

    $ /usr/local/openssl-0.9.5a/apps/openssl rsa -noout -text -in \
    >>/usr/local/apache_1.3.12/conf/ssl.key/server.key

and yes, that worked.


I finished on http://www.modssl.com/example/, and  under the heading 

    "Fire up your SSL-Aware Apache and Try it Out"

    $ /usr/local/apache/bin/httpd -DSSL

resulted in

    bash: /usr/local/apache/bin/httpd: No such file or directory

Can someone tell me what's wrong?  I can't even find a directory fragment
of '*bin/httpd'.  

Thanks
-----------
Eric Moore
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to