Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Nisha Gor   on Jan 30 In Java Category.

  
Question Answered By: Martha Gonzalez   on Jan 30

You need to have mod-ssl installed. You also need OpenSSL which is used by
mod-ssl.
Install OpenSSL first. More info is available at:

www.openssl.org

You 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 certificate

Then install mod-ssl

If you are using Debian:

apt-get install apache  libapache-mod-ssl

will install apache1.3 and mod-ssl.
If you already have apache installed then try:

apt-get install libapache-mod-ssl

For more info visit:

www.modssl.org

Share: 

 
 
Didn't find what you were looking for? Find more on how to configure Apache with SSL Or get search suggestion and latest updates.


Tagged: