Updated Running Friendica with SSL (markdown)

Tobias Diekershoff 2012-03-15 04:02:19 -07:00
parent 465e2b0fc9
commit fe2f2435f6

@ -55,7 +55,8 @@ To do this, you copy the existing one and change the end of the first line to re
(Note that the directory ``/usr/local/apache/conf/`` may not exist on your machine. For Debian, for instance, the directory might be ``/etc/apache2/`` - in which you can create an ssl subdirectory if it doesnt already exist. Then you have ``/etc/apache2/ssl/…`` instead of ``/usr/local/apache/conf/…``)
You thus end up with two entries for your Friendica site - one for simple http and one for https.
Note to those who want to force SSL: Don't redirect to SSL in your Apache settings. Friendica's own admin panel has a special setting for SSL policy. Please use this facility instead.
## Mixing certificates on Apache StartSSL and others (self-signed) ##