fix(docs/configuration/custom ca): add note on Linux Capabilities (#4718)

This commit is contained in:
W Anders
2020-03-13 10:16:52 -05:00
committed by GitHub
parent cf8bd759e3
commit d5b6f27e97

View File

@@ -77,6 +77,8 @@ Don't forget to reload `systemd` conf and restart `xo-server`:
# systemctl restart xo-server.service
```
**Note:** The `--use-openssl-ca` option is ignored by Node if Xen-Orchestra is run with Linux capabilities. Capabilities are commonly used to bind applications to privileged ports (<1024) (i.e. `CAP_NET_BIND_SERVICE`). Local NAT rules (`iptables`) or a reverse proxy would be required to use privileged ports and a custom certficate authority.
### Redis server
By default, XO-server will try to contact Redis server on `localhost`, with the port `6379`. But you can define whatever you want: