website: add notice about socket permission portability

This commit is contained in:
Ryan Uber 2015-01-20 19:16:12 -08:00
parent b1dae530d4
commit 5a8703bb00
1 changed files with 6 additions and 0 deletions

View File

@ -441,6 +441,12 @@ definitions support being updated during a reload.
* `group` - The group ID ownership of the socket file. Note that this option
currently only supports numeric ID's.
* `mode` - The permission bits to set on the file.
<br>
It is important to note that this option may have different effects on
different operating systems. Linux generally observes socket file permissions,
while many BSD variants ignore permissions on the socket file itself. It is
important to test this feature on your specific distribution. This feature is
currently not functional on Windows hosts.
* `verify_incoming` - If set to True, Consul requires that all incoming
connections make use of TLS, and that the client provides a certificate signed