> apachectl status
Active: active (running)
> cd /etc/httpd/conf.d
> vi ssl.conf
SSLCertificateFile /etc/httpd/ssl/server_crt.pem
SSLCertificateKeyFile /etc/httpd/ssl/server.key
SSLCertificateChainFile /etc/httpd/ssl/server_bundle.pem
SSLCACertificateFile /etc/httpd/ssl/server_ca.pem
> apachectl -t
Syntax OK
> apachectl restart
> apachectl status