This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 52f0787  GEODE-5242 Correct docs SSL component name from http to web 
(#1980)
52f0787 is described below

commit 52f07870854fdd2827f0b6c9e4059201120eeba0
Author: Karen Miller <karensmolermil...@users.noreply.github.com>
AuthorDate: Tue May 22 14:42:52 2018 -0700

    GEODE-5242 Correct docs SSL component name from http to web (#1980)
---
 geode-docs/reference/topics/gemfire_properties.html.md.erb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/geode-docs/reference/topics/gemfire_properties.html.md.erb 
b/geode-docs/reference/topics/gemfire_properties.html.md.erb
index 61749e8..844b65f 100644
--- a/geode-docs/reference/topics/gemfire_properties.html.md.erb
+++ b/geode-docs/reference/topics/gemfire_properties.html.md.erb
@@ -610,21 +610,21 @@ Any security-related (properties that begin with <code 
class="ph codeph">securit
 
 <tr>
 <td>ssl-enabled-components</td>
-<td>Components for which to enable SSL. Comma-separated list of one or more of 
(cluster, gateway, http, jmx, locator, server) or "all". When defining this 
property, also set <code>security-udp-dhalgo</code> to secure UDP cluster 
communications.</td>
+<td>Components for which to enable SSL. Comma-separated list of one or more of 
(cluster, gateway, jmx, locator, server, web) or "all". When defining this 
property, also set <code>security-udp-dhalgo</code> to secure UDP cluster 
communications.</td>
 <td>S, L</td>
 <td>all</td>
 </tr>
 
 <tr>
 <td>ssl-require-authentication</td>
-<td>Boolean. Require two-way authentication for SSL-enabled components. 
Applies to all components except http.</td>
+<td>Boolean. Require two-way authentication for SSL-enabled components. 
Applies to all components except web.</td>
 <td>S, L</td>
 <td>true</td>
 </tr>
 
 <tr>
 <td>ssl-http-require-authentication</td>
-<td>Boolean. Require two-way authentication for http component.</td>
+<td>Boolean. Require two-way authentication for web component.</td>
 <td>S, L</td>
 <td>false</td>
 </tr>
@@ -638,7 +638,7 @@ Any security-related (properties that begin with <code 
class="ph codeph">securit
 
 <tr>
 <td>ssl-<em>component</em>-alias</td>
-<td>String. Certificate name for specified <em>component</em>, which is one 
of: cluster, gateway, http, jmx, locator, or server.</td>
+<td>String. Certificate name for specified <em>component</em>, which is one 
of: cluster, gateway, jmx, locator, server, or web.</td>
 <td>S, L</td>
 <td></td>
 </tr>

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

Reply via email to