C.3. Configuring HTTPS Communication

Summary
Configure HTTPS to use the SSL certificate key on your system.

Procedure C.4. Configuring HTTPS Communication

  1. Edit the /etc/httpd/conf.d/ssl.conf file and modify the following settings:
    SSLCertificateFile [location of your ssl.crt]
    SSLCertificateKeyFile [location of your ssl.key]
  2. After editing these settings, restart your web server:
    # service httpd restart
Conclusion
You have configured HTTPS to use the SSL certificate key on your system.