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:44:08 UTC

[geode-native] branch develop updated: GEODE-4728: Docs - SSL configuration, incorporate reviewer feedback (round 2)

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 4bc9acd  GEODE-4728: Docs - SSL configuration, incorporate reviewer feedback (round 2)
4bc9acd is described below

commit 4bc9acd3565e7efeafb21418a25de0119e926d75
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Mon May 14 10:44:01 2018 -0700

    GEODE-4728: Docs - SSL configuration, incorporate reviewer feedback (round 2)
---
 .../security/security-systemprops.html.md.erb                | 12 ++----------
 docs/geode-native-docs/security/sslclientserver.html.md.erb  |  2 +-
 2 files changed, 3 insertions(+), 11 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 492aebb..25615d8 100644
--- a/docs/geode-native-docs/security/security-systemprops.html.md.erb
+++ b/docs/geode-native-docs/security/security-systemprops.html.md.erb
@@ -50,10 +50,6 @@ The table describes the security-related system properties in the `gemfire.prope
 <td><code class="ph codeph">security-client-kspasswd</code></td>
 <td>Password for the public key file store on the client.</td>
 </tr>
-<tr class="even">
-<td><code class="ph codeph">security-keystorepath</code></td>
-<td>Path to the public keystore.</td>
-</tr>
 <tr class="odd">
 <td><code class="ph codeph">security-alias</code></td>
 <td>Alias name for the key in the keystore.</td>
@@ -62,13 +58,9 @@ The table describes the security-related system properties in the `gemfire.prope
 <td><code class="ph codeph">security-keystorepass</code></td>
 <td>Sets the password for the password-protected keystore.</td>
 </tr>
-<tr>
-<td><code class="ph codeph">ssl-cipher</code></td>
-<td>List of SSL ciphers in the form of a comma-separated list (default "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>
 </tr>
 <tr class="even">
 <td><code class="ph codeph">ssl-keystore</code></td>
diff --git a/docs/geode-native-docs/security/sslclientserver.html.md.erb b/docs/geode-native-docs/security/sslclientserver.html.md.erb
index 46c4304..bce46bc 100644
--- a/docs/geode-native-docs/security/sslclientserver.html.md.erb
+++ b/docs/geode-native-docs/security/sslclientserver.html.md.erb
@@ -65,7 +65,7 @@ For Windows, environment setup might resemble this:
 
 where _jdk-or-jre-path_ is the directory in which Java is installed.
 
-## Step 3. Enable SSL the server and on the client
+## Step 3. Enable SSL on the server and on the client
 
 1.  On the server, enable SSL for the `locator` and `server` components, as the SSL-enabled client
 must be able to communicate with both locator and server components. For details on the SSL

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