OpenNetGuru

Thursday, Feb 23rd

Last update:12:30:26 PM GMT

You are here: Network and Security Fedore – Apache2 SSL Enable : Hints

Fedore – Apache2 SSL Enable : Hints

E-mail Print PDF

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.