moinsetup

Annotated docs/SSL.txt

77:83951d19c80f
2013-11-09 Paul Boddie Work around an apparent prefix-related problem with Moin's setup.py.
paul@27 1
sudo a2enmod ssl
paul@27 2
sudo /etc/init.d/apache2 force-reload
paul@27 3
sudo openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.key
paul@27 4
paul@27 5
Common Name must be the hostname!