Browse Source

Social network

Bob Mottram 10 years ago
parent
commit
e4b290fb1b
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      usage.org

+ 13
- 0
usage.org View File

@@ -315,4 +315,17 @@ When the install is complete you will see a lot of warnings but just ignore thos
315 315
 | User settings   | Bio limit 1000                   |
316 316
 | Access settings | /Invite only/ ticked             |
317 317
 * Social Network
318
+** Certificates
319
+You will need to have a non self-signed SSL certificate in order to use Red Matrix. Put the public certificate in */etc/ssl/certs/yourredmatrixdomainname.crt* and the private certificate in */etc/ssl/private/yourredmatrixdomainname.key*. If there is an intermediate certificate needed (such as with StartSSL) then this will need to be concatenated onto the end of the crt file, like this:
320
+
321
+#+BEGIN_SRC bash
322
+cat /etc/ssl/certs/yourredmatrixdomainname.crt /etc/ssl/chains/startssl-sub.class1.server.ca.pem >
323
+ /etc/ssl/certs/yourredmatrixdomainname.bundle.crt
324
+#+END_SRC
325
+
326
+Then change ssl_certificate to */etc/ssl/certs/yourredmatrixdomainname.bundle.crt* within */etc/nginx/sites-available/yourredmatrixdomainname*
327
+** Initial install
328
+Visit the URL of your Red Matrix site and you should be taken through the rest of the installation procedure.  Note that this may take a few minutes so don't be concerned if it looks as if it has crashed - just leave it running.
329
+
330
+When installation is complete you can register a new user.
318 331
 * Chat Services