Updated Running Friendica with SSL (markdown)

Thomas Willingham 2013-06-20 09:01:05 -07:00
parent 098ab2cd4a
commit fa48750d42

@ -79,7 +79,8 @@ For this to work, Apache offers a ``NameVirtualHost`` directive. You can see how
DocumentRoot /var/www/anywhere
Servername www.anywhere.net
SSLEngine On
<pointers to a an eligible cert>
<pointers to a an eligible cert: For example:
SSLCertificateFile /etc/apache2/ssl/ssl.crt>
<more ssl stuff >
<other stuff>
</VirtualHost>
@ -93,7 +94,8 @@ For this to work, Apache offers a ``NameVirtualHost`` directive. You can see how
DocumentRoot /var/www/somewhere-else
Servername www.somewhere-else.net
SSLEngine On
<pointers to another eligible cert>
<pointers to a an eligible cert: For example:
SSLCertificateFile /etc/apache2/ssl/otherssl.crt>
<more ssl stuff >
<other stuff>
</VirtualHost>