This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 7c28e18 add ssl link to doc
7c28e18 is described below
commit 7c28e18d73e4135208a960d8d0d8613055b96b1e
Author: Bridget Bevens <[email protected]>
AuthorDate: Fri Sep 28 16:05:24 2018 -0700
add ssl link to doc
---
.../securing-drill/092-configuring-web-ui-and-rest-api-security.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
a/_docs/configure-drill/securing-drill/092-configuring-web-ui-and-rest-api-security.md
b/_docs/configure-drill/securing-drill/092-configuring-web-ui-and-rest-api-security.md
index 200bc63..b65ef39 100644
---
a/_docs/configure-drill/securing-drill/092-configuring-web-ui-and-rest-api-security.md
+++
b/_docs/configure-drill/securing-drill/092-configuring-web-ui-and-rest-api-security.md
@@ -1,6 +1,6 @@
---
title: "Configuring Web Console and REST API Security"
-date: 2018-06-15 18:30:16 UTC
+date: 2018-09-28 23:05:25 UTC
parent: "Securing Drill"
---
Drill 1.5 extends [Drill user
security]({{site.baseurl}}/docs/configuring-user-security/) to the Web Console
and underlying REST API. As administrator, you can control the extent of access
to the Web Console and REST API client applications. For example,
@@ -28,7 +28,9 @@ As cluster administrator, you can set the following SSL
configuration parameters
* javax.net.ssl.trustStore
Path to the trusted CA certificates in a keystore file.
* javax.net.ssl.trustStorePassword
- Password for accessing the trusted keystore file.
+ Password for accessing the trusted keystore file.
+
+See [SSL Certificates in a Drill
Cluster]({{site.baseurl}}/docs/configuring-ssl-tls-for-encryption/#ssl-certificates-in-a-drill-cluster)
for more information.
## Prerequisites for Web Console and REST API Security