aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 4569bed0ed..e33094b062 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1456,8 +1456,10 @@ Apart from these, the following properties are also available, and may be useful
the properties must be overwritten in the protocol-specific namespace.</p>
<p>Use <code>spark.ssl.YYY.XXX</code> settings to overwrite the global configuration for
- particular protocol denoted by <code>YYY</code>. Currently <code>YYY</code> can be
- only <code>fs</code> for file server.</p>
+ particular protocol denoted by <code>YYY</code>. Example values for <code>YYY</code>
+ include <code>fs</code>, <code>ui</code>, <code>standalone</code>, and
+ <code>historyServer</code>. See <a href="security.html#ssl-configuration">SSL
+ Configuration</a> for details on hierarchical SSL configuration for services.</p>
</td>
</tr>
<tr>