moinsetup

docs/SSL.txt

32:980a592988c6
2011-02-22 Paul Boddie Added an example configuration that would lead to limited hosting in a particular directory, requiring .htaccess and mod_rewrite tricks.
     1 sudo a2enmod ssl
     2 sudo /etc/init.d/apache2 force-reload
     3 sudo openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.key
     4 
     5 Common Name must be the hostname!