Răsfoiți Sursa

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 ani în urmă
părinte
comite
6d45c57b8f
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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,
 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]
 ----------------------------------------------------------------