moinsetup

docs/SSL.txt

41:017c032959db
2011-09-13 Paul Boddie Added initial support for special farmconfig and Wiki configuration locations typically employed when Moin is installed from an operating system distribution package.
     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!