The process of creating a key and a CSR is easy and it will only take a few minutes.In this article, we will see how to generate private key file (example.key), certificate signing request file (example.csr) and webserver certificate file (example.crt) that can be used on Apache server with mod_ssl. SSL is a protocol for [...]
Archive for the ‘ssl’ Category
How To Generate SSL Key, CSR and Self Signed Certificate
Dec-28th-2008
Howto Install OpenSSL ?
Dec-28th-2008
By piyushmap in ssl
# 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 !!!
