This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch release/1.7.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.7.0 by this push:
new 9ad9d65 GEODE-5242 Correct docs SSL component name from http to web
(#1980)
9ad9d65 is described below
commit 9ad9d65024f04b2f6bb16054507cfb4ef1cd356d
Author: Karen Miller <[email protected]>
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
[email protected].