Browse Source

Update 'README.md'

Andrej Studen 2 weeks ago
parent
commit
8ce242ba29
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -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`.