moinsetup

docs/SSL.txt

77:83951d19c80f
2013-11-09 Paul Boddie Work around an apparent prefix-related problem with Moin's setup.py.
     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!