Lab 02: Configuring HTTPS in Apache - squatchulator/Tech-Journal GitHub Wiki
cp websrv.crt /etc/pki/tls/certscp websrv.key /etc/pki/tls/privateyum -y install mod_sslnano /etc/httpd/conf.d/ssl.conf- Change SSLCertificateFile to match
/etc/pki/tls/certs/websrv.crt - Change SSLCertificateKeyFile to match
/etc/pki/tls/private/websrv.key
- Change SSLCertificateFile to match
firewall-cmd --permanent --add-port=443/tcpfirewall-cmd --reloadsystemctl restart httpd