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 2022/06/08 00:04:47 UTC

[geode] branch support/1.15 updated: GEODE-10365: add missing components to table (#7780)

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

dbarnes pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 0376348409 GEODE-10365: add missing components to table (#7780)
0376348409 is described below

commit 0376348409e9ed56511631d2c7d81f880a9431e9
Author: Max Hufnagel <mh...@vmware.com>
AuthorDate: Tue Jun 7 17:04:43 2022 -0700

    GEODE-10365: add missing components to table (#7780)
---
 geode-docs/managing/security/implementing_ssl.html.md.erb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-docs/managing/security/implementing_ssl.html.md.erb b/geode-docs/managing/security/implementing_ssl.html.md.erb
index 23b4993df2..d43142344b 100644
--- a/geode-docs/managing/security/implementing_ssl.html.md.erb
+++ b/geode-docs/managing/security/implementing_ssl.html.md.erb
@@ -218,8 +218,10 @@ The following table lists the properties you can use to configure SSL on your <%
 | ssl-protocols                      | list of SSL protocols                      | comma-separated list (default "any") |
 | ssl-keystore                       | path to key store                           | string |
 | ssl-keystore-password              | key store password                          | string |
+| ssl-keystore-type                  | trust store type                            | string |
 | ssl-truststore                     | path to trust store                         | string |
 | ssl-truststore-password            | trust store password                        | string |
+| ssl-truststore-type                | trust store type                            | string |
 
 ## <a id="implementing_ssl__sec_ssl_impl_proc" class="no-quick-link"></a>Procedure