moinsetup

docs/SSL.txt

27:f6b8931f1c89
2011-02-17 Paul Boddie Added documentation, copyright and licensing information. Added more feedback when only setting up a Wiki. Added some random documents for future reference.
     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!