moinsetup

Annotated docs/ssl-site.txt

77:83951d19c80f
2013-11-09 Paul Boddie Work around an apparent prefix-related problem with Moin's setup.py.
paul@27 1
<VirtualHost localhost:443>
paul@27 2
    ServerName localhost
paul@27 3
paul@27 4
    SSLEngine on
paul@27 5
    SSLCertificateFile /etc/apache2/ssl/apache.pem
paul@27 6
    SSLCertificateKeyFile /etc/apache2/ssl/apache.key
paul@27 7
</VirtualHost>