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/11 22:39:21 UTC

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

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 ac96e69  GEODE-4728: Docs - SSL configuration, incorporate reviewer feedback
ac96e69 is described below

commit ac96e697bdc7fc209db06df56d70d238a40856b4
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Fri May 11 15:39:13 2018 -0700

    GEODE-4728: Docs - SSL configuration, incorporate reviewer feedback
---
 .../security/sslclientserver.html.md.erb                  | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/docs/geode-native-docs/security/sslclientserver.html.md.erb b/docs/geode-native-docs/security/sslclientserver.html.md.erb
index a9785a0..46c4304 100644
--- a/docs/geode-native-docs/security/sslclientserver.html.md.erb
+++ b/docs/geode-native-docs/security/sslclientserver.html.md.erb
@@ -65,18 +65,17 @@ For Windows, environment setup might resemble this:
 
 where _jdk-or-jre-path_ is the directory in which Java is installed.
 
-## Step 3. Configure SSL properties in client and server properties files
+## Step 3. Enable SSL the server and on the client
 
-Configure SSL properties. For details on the SSL properties available, see "Managing > Security >
-SSL > Configuring SSL" in the [_<%=vars.product_name%> User's Guide_](/serverman/about_<%=vars.product_name.downcase%>.html).  
-
-1.  On the client, set `ssl-keystore` and `ssl-truststore` to point to your keystore files. Paths to the keystore and truststore are local to the client.
-See [Security-Related System Properties](security-systemprops.html#security) for a description of these properties.
+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
+properties available on the server, see "Managing > Security > SSL > Configuring SSL" in the
+[_<%=vars.product_name%> User's Guide_](/serverman/about_<%=vars.product_name.downcase%>.html).
 
 1.  On the client, set `ssl-enabled` to `true`. 
 
-1.  On the server, enable SSL for the `locator` and `server` components, as the SSL-enabled client
-must be able to communicate with both locators and servers.
+1.  On the client, set `ssl-keystore` and `ssl-truststore` to point to your keystore files. Paths to the keystore and truststore are local to the client.
+See [Security-Related System Properties](security-systemprops.html#security) for a description of these properties.
 
 # Starting and stopping the client and server with SSL in place
 

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