March 24, 2017
/etc/pki/tls/certs/
/etc/pki/tls/private/
$ sudo /etc/httpd/conf.d/ssl.conf
SSLCertificateFile /etc/pki/tls/certs/certificate.crt
SSLCertificateKeyFile /etc/pki/tls/private/private.key
SSLCertificateChainFile /etc/pki/tls/ca-crt.pem
Now Restart apache server and try opening your website with https enabled.
This method has some issues for mobile Certification and show insecure origin for mobile users. So I prefer to not go this way for adding SSL to your website. This was just my trial and error approach for installing the certificate.
Next Post Migrating from http to https