We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f33d22 commit 0376348Copy full SHA for 0376348
1 file changed
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 <%
218
| ssl-protocols | list of SSL protocols | comma-separated list (default "any") |
219
| ssl-keystore | path to key store | string |
220
| ssl-keystore-password | key store password | string |
221
+| ssl-keystore-type | trust store type | string |
222
| ssl-truststore | path to trust store | string |
223
| ssl-truststore-password | trust store password | string |
224
+| ssl-truststore-type | trust store type | string |
225
226
## <a id="implementing_ssl__sec_ssl_impl_proc" class="no-quick-link"></a>Procedure
227
0 commit comments