I Apache(1.3 & 2), Jrun4. I need to configure Apache with SSL. I tried several times.. but I dont know the steps to follow.. what r the softwares i need to to configure for apache with ssl, and also pls guide me...
You need to have mod-ssl installed. You also need OpenSSL which is used bymod-ssl.Install OpenSSL first. More info is available at:www.openssl.orgYou have to generate some keys!- You should make a CA if you do not already have one. (using CA.sh-newca)- Then make a certificate request using openssl- and then sign the certificateThen install mod-sslIf you are using Debian:apt-get install apache libapache-mod-sslwill install apache1.3 and mod-ssl.If you already have apache installed then try:apt-get install libapache-mod-sslFor more info visit:www.modssl.org