Getting a Secure Web Server (https) on Mac OS X 10.5

WebDevel.jpg

I found this article on MacOSXHints.com about how to set up the default Apache web server with https functionality along with the standard http service. It references another hint that really does all the work of creating the certificate, and this hint is really just how to use that certificate with the latest Apache2 that's on Mac OS X 10.5.

It took me all of about 10 mins. to get the files created and then a few minutes to fix up the Apache2 config files. Pretty nice, really. I haven't done any https work in a few years, but I remember it being a lot more complicated than this to get Apache configured for the SSL work. The certificate was always about a half-dozen commands that you never remember so you always look them up and do it once every ten years or something.

I'm not sure if this is a big deal, but it's nice to have the option again of being able to do some https work, if I need to.