Added the new blur console properties to the docs

Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/415daaef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/415daaef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/415daaef

Branch: refs/heads/master
Commit: 415daaeff237450002b3ab95ec23881dce4e3512
Parents: c2baf12
Author: Chris Rohr <[email protected]>
Authored: Sun Dec 7 07:43:27 2014 -0500
Committer: Chris Rohr <[email protected]>
Committed: Sun Dec 7 07:43:27 2014 -0500

----------------------------------------------------------------------
 docs/console.html | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/415daaef/docs/console.html
----------------------------------------------------------------------
diff --git a/docs/console.html b/docs/console.html
index 2a3b012..4d9e4f8 100644
--- a/docs/console.html
+++ b/docs/console.html
@@ -114,6 +114,36 @@
                   <td>5000</td>
                   <td>Time to indicate how long calls to Blur should be cached 
(in milliseconds).</td>
                 </tr>
+                <tr>
+                  <td>blur.console.ssl.enabled</td>
+                  <td>false</td>
+                  <td>Whether to enable ssl directly in the console.</td>
+                </tr>
+                <tr>
+                  <td>blur.console.ssl.hostname.match</td>
+                  <td>true</td>
+                  <td>Indicates if the hostname should match an incoming 
certificate.</td>
+                </tr>
+                <tr>
+                  <td>blur.console.ssl.keystore.path</td>
+                  <td></td>
+                  <td>The path to a keystore for ssl.</td>
+                </tr>
+                <tr>
+                  <td>blur.console.ssl.keystore.password</td>
+                  <td></td>
+                  <td>The password to the keystore (used with 
blur.console.ssl.keystore.path).</td>
+                </tr>
+                <tr>
+                  <td>blur.console.ssl.truststore.path</td>
+                  <td></td>
+                  <td>The path to a truststore for ssl.</td>
+                </tr>
+                <tr>
+                  <td>blur.console.ssl.truststore.password</td>
+                  <td></td>
+                  <td>The password to the truststore (used with 
blur.console.ssl.truststore.path).</td>
+                </tr>
               </tbody>
             </table>
             <h3>Included Security Provider Settings</h3>

Reply via email to