This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 93e8fca GEODE-4728: Docs - correct ssl-enabled system property
93e8fca is described below
commit 93e8fca3a26bff1518aea9692d6556d9c583ae5e
Author: Dave Barnes <[email protected]>
AuthorDate: Tue May 1 15:43:09 2018 -0700
GEODE-4728: Docs - correct ssl-enabled system property
---
docs/geode-native-docs/configuring/sysprops.html.md.erb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/geode-native-docs/configuring/sysprops.html.md.erb
b/docs/geode-native-docs/configuring/sysprops.html.md.erb
index 423fd3b..4b8633f 100644
--- a/docs/geode-native-docs/configuring/sysprops.html.md.erb
+++ b/docs/geode-native-docs/configuring/sysprops.html.md.erb
@@ -314,13 +314,13 @@ The table describes the security-related system
properties for native client aut
<td>"any"</td>
</tr>
<tr class="odd">
-<td><code class="ph codeph">ssl-enabled-components</code></td>
-<td>Enables SSL-based client/server communication for the specified
components, given as a comma-separated list. Valid components are all, cluster,
gateway, jmx, locator, server, web.</td>
+<td><code class="ph codeph">ssl-enabled</code></td>
+<td>True if ssl connection support is enabled.</td>
<td>empty</td>
</tr>
<tr class="even">
<td><code class="ph codeph">ssl-keystore</code></td>
-<td>Name of the .PEM keystore file, containing the client’s private key. Not
set by default. Required if <code class="ph
codeph">ssl-enabled-components</code> is non-empty.</td>
+<td>Name of the .PEM keystore file, containing the client’s private key. Not
set by default. Required if <code class="ph codeph">ssl-enabled</code> is
true.</td>
<td></td>
</tr>
<tr class="odd">
@@ -330,7 +330,7 @@ The table describes the security-related system properties
for native client aut
</tr>
<tr class="even">
<td><code class="ph codeph">ssl-truststore</code></td>
-<td><p>Name of the .PEM truststore file, containing the servers’ public
certificate. Not set by default. Required if <code class="ph
codeph">ssl-enabled-components</code> is non-empty.</p></td>
+<td><p>Name of the .PEM truststore file, containing the servers’ public
certificate. Not set by default. Required if <code class="ph
codeph">ssl-enabled</code> is true.</p></td>
<td></td>
</tr>
</tbody>
--
To stop receiving notification emails like this one, please contact
[email protected].