How to install mod_ssl for Apache httpd?
I found I needed to enable the SSL module in Apache (obviously prefix commands with sudo if you are not running as root): a2enmod ssl then restart Apache: /etc/init.d/apache2 restart More details of SSL in Apache for Ubuntu / Debian here.