In my localhost development environment, I sometimes need SSL configured for a site so I can test things as close as possible to how the production site will operate. In my environment, Apache is configured in /usr/local/etc/httpd and the self-signed SSL certificates are stored in /usr/local/etc/httpd/ssl/<local_domain>/. Here is the recipe to add a self-signed SSL ...Continue reading "Adding a self-signed SSL Certificate to localhost"