Repository: accumulo Updated Branches: refs/heads/master eeb06e3a1 -> d4400499e
ACCUMULO-3053 Update user manual about enabling/disabling certain SSL ciphers for monitor Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d4400499 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d4400499 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d4400499 Branch: refs/heads/master Commit: d4400499e1fd02a7c9ff25839c646f39f8fb1c31 Parents: eeb06e3 Author: Josh Elser <els...@apache.org> Authored: Thu Aug 7 13:59:33 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Thu Aug 7 13:59:33 2014 -0400 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/administration.txt | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d4400499/docs/src/main/asciidoc/chapters/administration.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/administration.txt b/docs/src/main/asciidoc/chapters/administration.txt index 49d17b5..5e92465 100644 --- a/docs/src/main/asciidoc/chapters/administration.txt +++ b/docs/src/main/asciidoc/chapters/administration.txt @@ -338,6 +338,11 @@ If the Accumulo conf directory has been configured (in particular the +accumulo- The script will print out the properties that need to be added to the +accumulo-site.xml+ file. The stores can also be generated manually with the Java +keytool+ command, whose usage can be seen in the +generate_monitor_certificate.sh+ script. +If desired, the SSL ciphers allowed for connections can be controlled via the following properties in +accumulo-site.xml+: + + monitor.ssl.include.ciphers + monitor.ssl.exclude.ciphers + If SSL is enabled, the monitor URL can only be accessed via https. This also allows you to access the Accumulo shell through the monitor page. The left navigation bar will have a new link to Shell.