Github user kevdoran commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2350#discussion_r158322844
--- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
@@ -1455,25 +1455,27 @@ The default encryption algorithm utilized is
AES/GCM 128/256-bit. 128-bit is use
You can use the following command line options with the `encrypt-config`
tool:
--- End diff --
The ordering is changed here (to match to ordering of the usage output when
running the tool), so it looks like a larger change. There are only two new
options:
* `-a`,`--authorizers <arg>` The authorizers.xml file containing
unprotected config values (will be overwritten)
* `-u`,`--outputAuthorizers <arg>` The destination authorizers.xml file
containing protected config values (will not modify input authorizers.xml)
---