Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On centos|redhat:

/etc/httpd/conf/ssl.conf

 


  • Update these settings:update the following settings in ssl.conf
Code Block
SSLCertificateFile /etc/ssl/certs/batman.cert.pem
SSLCertificateKeyFile /etc/ssl/certs/batman.key.pem
  • update virtual host configs as per wiki page
  • Restart apache
Code Block
#depending on the linux flavour used, the apache restart command with be one of the following:

systemctl restart apache2

service httpd restart

...