Enabling SSL on Centos Apache/HTTPD
1. Enable Module yum install mod_ssl openssl Yum will either tell you they are installed or will install them for you. 2. Generate a self-signed certificate or procure a certificate # Copy the files to the correct locations cp ca.crt /etc/pki/tls/certs cp ca.key /etc/pki/tls/private/ca.key cp ca.csr /etc/pki/tls/private/ca.csr WARNING: Make sure that you copy the files