moinsetup

Change of docs/ssl-site.txt

27:f6b8931f1c89
docs/ssl-site.txt
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/ssl-site.txt	Thu Feb 17 01:09:56 2011 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +<VirtualHost localhost:443>
     1.5 +    ServerName localhost
     1.6 +
     1.7 +    SSLEngine on
     1.8 +    SSLCertificateFile /etc/apache2/ssl/apache.pem
     1.9 +    SSLCertificateKeyFile /etc/apache2/ssl/apache.key
    1.10 +</VirtualHost>