Browse Source

Clarify keystore add-file command behavior (#97474)

This commit adds a little more explanation to what add-file does on the
keystore.

relates #97459
Ryan Ernst 2 years ago
parent
commit
6d45c57b8f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/commands/keystore.asciidoc

+ 2 - 1
docs/reference/commands/keystore.asciidoc

@@ -195,7 +195,8 @@ Values for multiple settings must be separated by carriage returns or newlines.
 
 
 You can add sensitive files, like authentication key files for Cloud plugins,
 You can add sensitive files, like authentication key files for Cloud plugins,
 using the `add-file` command. Settings and file paths are specified in pairs
 using the `add-file` command. Settings and file paths are specified in pairs
-consisting of `setting path`.
+consisting of `setting path`. The value of the setting will be the binary contents
+of the file path at the time the file is added to the keystore.
 
 
 [source,sh]
 [source,sh]
 ----------------------------------------------------------------
 ----------------------------------------------------------------