apache2-ssl-certificate: command not found
I got the following error when trying to create a ssl-certificate on Ubuntu 8.04:
apache2-ssl-certificate: command not found
The problem was that there is a new command to create such a certificate:
sudo apt-get install ssl-cert sudo mkdir /etc/apache2/ssl sudo /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem


