|
|
@@ -38,6 +38,14 @@ For redirecting to embedded service like labkey, look at `labkey.conf.off` and a
|
|
|
to reflect your setup. You may use directory based or server name based redirection to services, in the
|
|
|
later case `server_name` directive will drive service selection.
|
|
|
|
|
|
+### Generating certificate chains
|
|
|
+
|
|
|
+For use in web-page authentication, server and CA certificates need to be chained:
|
|
|
+
|
|
|
+```bash
|
|
|
+cat server.crt NIXLJU-CA_chain.crt > serverBundle.crt
|
|
|
+```
|
|
|
+
|
|
|
## Starting, stopping and reloading
|
|
|
|
|
|
Utility scripts in `bin` allow to start, `startRproxy.sh`, stop `stopRproxy.sh` and reload configuration, `reloadRproxy.sh`.
|