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

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


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

commit 26119969977534af5a225a27c993a696d57ca560
Author: Max Hufnagel <[email protected]>
AuthorDate: Tue Jun 7 17:05:13 2022 -0700

    GEODE-10365: add missing components to table (#7781)
---
 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
 

Reply via email to