Pages

Wednesday, June 4, 2014

Installing SSL certificate to Linux server


====================================
=== Installing SSL certificate to Linux server ======

Making CSR:::::
openssl genrsa -des3 -out tayab-khan.daffodilnet.com.key 2048
openssl req -new -key tayab-khan.daffodilnet.com.key -out tayab-khan.daffodilnet.com.csr
cat tayab-khan.daffodilnet.com.csr
copy and paste this to ssl provider


Install to HTTP server

vi  /etc/httpd/conf.d/ssl.conf

SSLCertificateFile /etc/httpd/certs/tayab-khan_daffodilnet_com.crt
SSLCertificateKeyFile /etc/httpd/ssl/apache.key
SSLCACertificateFile /etc/httpd/certs/DigiCertCA.crt


============= Tayab Khan =================