Howto Install OpenSSL ?

Dec-28th-2008

# Install OPENSSL

# Download openssl tar file.

[root@map007 /]# tar -xvfz openssl-0.9.7d.tar.gz

[root@map007 /]# mv openssl-0.9.7d /usr/local/src/

[root@map007 /]# cd /usr/local/src

[root@map007 src]# cd openssl-0.9.7d

[root@map007 openssl-0.9.7d]# ./config

[root@map007 openssl-0.9.7d]# make

[root@map007 openssl-0.9.7d]# make test

[root@map007 openssl-0.9.7d]# make install

#This will install in /usr/local/ssl

*****************************************************************************************************

Enjoy Linux !!!

Mega World News Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon Weekend Joy

Comments

  1. Linux Surgeon » Blog Archive » How to install apache and mod_ssl on Centos Said,

    [...] combines the flexibility of Apache with the security of OpenSSL. This module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer [...]

  2. How to install apache and mod_ssl on Centos « The Linux Boy Said,

    [...] combines the flexibility of Apache with the security of OpenSSL. This module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer [...]

Add A Comment

*