Add list of properties needed running REST server under SSL

This commit is contained in:
Michael Stack 2014-06-02 15:44:19 -07:00
parent a5f6f4783c
commit 8b54e48086
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@
called 'Stargate'). There are also a nice set of blogs on <link xlink:href="http://blog.cloudera.com/blog/2013/03/how-to-use-the-apache-hbase-rest-interface-part-1/">How-to: Use the Apache HBase REST Interface</link>
by Jesse Anderson.
</para>
<para>
To run your REST server under SSL, enable the following configs when you launch the REST server:
<programlisting>hbase.rest.ssl.enabled
hbase.rest.ssl.keystore.store
hbase.rest.ssl.keystore.password
hbase.rest.ssl.keystore.keypassword</programlisting>
</para>
</section> <!-- rest -->
<section>