This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 8726dffea3 GEODE-10365: add missing components to table (#7782)
8726dffea3 is described below
commit 8726dffea3dbbb45ce947c59945ec0803d6effc1
Author: Max Hufnagel <[email protected]>
AuthorDate: Tue Jun 7 17:05:40 2022 -0700
GEODE-10365: add missing components to table (#7782)
---
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 f5472a5799..8112112d31 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