Andrej Studen пре 2 недеља
родитељ
комит
8ce242ba29
1 измењених фајлова са 8 додато и 0 уклоњено
  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 
 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.
 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
 ## Starting, stopping and reloading
 
 
 Utility scripts in `bin` allow to start, `startRproxy.sh`, stop `stopRproxy.sh` and reload configuration, `reloadRproxy.sh`.
 Utility scripts in `bin` allow to start, `startRproxy.sh`, stop `stopRproxy.sh` and reload configuration, `reloadRproxy.sh`.