Save Changes and restart Apache
So the main difference between the non-SSL config and the SSL config is:
- we are listening on port 443 instead of 80
- we add in the specific options that tells Apache where it can find our certificate files (remember - use the
actual name of your certificate files - not jamroom.net!
That's it - the config is pretty easy and straight forward.
After making your changes, save the file and restart Apache:
If you get any errors, double check that you haven't made any syntax errors in the config file and try again. If you get a notice that SSL is not enabled, run the following command as root:
and that will enable the SSL module.
Once Apache has restarted, you should be able to go to the SSL side of your domain (i.e. https) and see your Jamroom. Jamroom "autodetects" when it has been called via SSL and automatically uses an SSL URL for everything - this ensures you don't get any warnings on the site about non-SSL items being shown on an SSL page.
That's it - you're all setup on SSL now