View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Openssl

From LQWiki

Jump to: navigation, search

openssl allows you to set up a secure sockets layer. You need this e.g. when configuring apache to use https.

Install openssl

To install openssl,

wget http://www.openssl.org/source/openssl-0.9.8i.tar.gz
tar xvzf openssl-0.9.8i.tar.gz
cd openssl-0.9.8
./config && make && make install

See also


Share

Personal tools