You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/05/14 17:54:24 UTC

[geode-native] branch develop updated: GEODE-4728: Docs - remove last vestiges of ssl-enabled-components property

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 b422c49  GEODE-4728: Docs - remove last vestiges of ssl-enabled-components property
b422c49 is described below

commit b422c49a5ea6fb692d28fc453d4aad97f2e8e871
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Mon May 14 10:54:16 2018 -0700

    GEODE-4728: Docs - remove last vestiges of ssl-enabled-components property
---
 docs/geode-native-docs/security/security-systemprops.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/geode-native-docs/security/security-systemprops.html.md.erb b/docs/geode-native-docs/security/security-systemprops.html.md.erb
index 25615d8..562dccc 100644
--- a/docs/geode-native-docs/security/security-systemprops.html.md.erb
+++ b/docs/geode-native-docs/security/security-systemprops.html.md.erb
@@ -64,7 +64,7 @@ The table describes the security-related system properties in the `gemfire.prope
 </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>
 </tr>
 <tr class="odd">
 <td><code class="ph codeph">ssl-keystore-password</code></td>
@@ -72,7 +72,7 @@ The table describes the security-related system properties in the `gemfire.prope
 </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>
 </tr>
 </tbody>
 </table>

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.