How do you set up Apache 2.0 with SSL? I can do this with Apache 1.3 using the Apache-SSL patch, but can't figure it out with Apache 2.0. I passed the following options to configure during compiling...
./configure --enable-ssl --enable-module=so
I can see mod_ssl in the httpd -l output.
I installed OpenSSL to /usr/local/ssl, but haven't configure d anything with it. One problem is that I can't create a certificate using OpenSSL. What is the syntax to create the certs that I need to run Apache? Also, to set up a very basic SSL server, which directives do I need in the httpd.conf file?
Thanks,
Chris
./configure --enable-ssl --enable-module=so
I can see mod_ssl in the httpd -l output.
I installed OpenSSL to /usr/local/ssl, but haven't configure d anything with it. One problem is that I can't create a certificate using OpenSSL. What is the syntax to create the certs that I need to run Apache? Also, to set up a very basic SSL server, which directives do I need in the httpd.conf file?
Thanks,
Chris