[Bug 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty
maraja
ugo at grandolini.net
Wed Apr 30 16:59:52 BST 2008
setup
1. sudo apt-get install apache2
2. sudo apt-get install openssl
3. sudo apt-get install ssl-cert
create ssl certificate:
sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/ssl/private/localhost.pem
switch to apache sites configuration:
cd /etc/apache2/sites-available/
bakup the default configuration:
sudo cp default default.backup.date
be sure to listen the port 80 for the default:
sudo sed -i '1,2s/\*/*:80/' default
create the ssl configuration:
sudo cp default ssl
set the ssl port:
sudo sed -i '1,2s/\*:80/*:443/' ssl
sudo sed -i "3a\\\tSSLEngine On\n\tSSLCertificateFile /etc/ssl/private/localhost.pem" ssl
enable ssl:
sudo a2ensite ssl
sudo a2enmod ssl
restart apache2:
sudo /etc/init.d/apache2 restart
=)
--
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list