1) check the pkg : openssl and modssl
# cd /etc/pki/tls/cert -> It contains default SSL Certificate Key
# make server.key -> then Enter the password
#make server.crt
# cp server.key /etc/pki/tls/private
# vi /etc/httpd/conf.d/ssl.conf
here change the Parameters
SSL Certificate File & SSL Certificate Key
# service httpd restart
Testing the SSL: https://systimanx.com -> It ask the certificate Key to verify.
Fedore – Apache2 SSL Enable : Hints

