Github user andrewmlim commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2925#discussion_r208012356
  
    --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
    @@ -1486,35 +1588,35 @@ If no administrator action is taken, the 
configuration values remain unencrypted
     [[encrypt-config_tool]]
     === Encrypt-Config Tool
     
    -The `encrypt-config` command line tool (invoked as 
`./bin/encrypt-config.sh` or `bin\encrypt-config.bat`) reads from a 
'nifi.properties' file with plaintext sensitive configuration values, prompts 
for a master password or raw hexadecimal key, and encrypts each value. It 
replaces the plain values with the protected value in the same file, or writes 
to a new 'nifi.properties' file if specified.
    +The `encrypt-config` command line tool (invoked as 
`./bin/encrypt-config.sh` or `bin\encrypt-config.bat`) reads from a 
_nifi.properties_ file with plaintext sensitive configuration values, prompts 
for a master password or raw hexadecimal key, and encrypts each value. It 
replaces the plain values with the protected value in the same file, or writes 
to a new _nifi.properties_ file if specified.
    --- End diff --
    
    Good catch.  Will update.


---

Reply via email to