beta.r3js.org
Theunis Botha 2018-11-18 09:49:09 +01:00
parent bdd50ac1df
commit f2e9697788
1 changed files with 8 additions and 3 deletions

View File

@ -4,9 +4,10 @@ This package contains all R3 configuration variables which should be unique to e
#Authentication
config.js contains the client password
secure.js should only be included 'server' side and contains the server password.
```
* config.js -> contains the client password
* secure.js -> should only be included 'server' side and contains the server password.
```
For updates to the API to be successful (saving, deleting of components and uploads), these passwords have to match.
@ -20,12 +21,16 @@ When you install into this location (i.e. /usr/share/cybafelo/r3, /usr/share/cyb
For SSL web server deployments you are free to use the files:
```
* cybafelo.local.cert.pem -> this is the certificate file in the nginx config
* cybafelo.local.key.pem -> this is the private key used to generate the certificate
```
For your browser to accept this certificate and not display a red warning, you can import the following certificate chain file into the CA section of your browser options.
```
* ca-chain.cert.pem
```
And no - R3 does NOT support the silly web browser from a giant corrupt software company that now owns github.com