Skip to content

Commit

Permalink
README: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBJOrth authored Feb 5, 2023
1 parent a3ed299 commit 569491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ Please enter ID that should be deleted:
== Security concerns
Even if it is possible to enter user names and passwords via commandline parameters to all commands: This should be used only in non critical environments (e.g. for testing). Otherwise this data could be read by any other user (e.g. by `ps -ef`).
The preferred and secure way to provide those critical data to the scripts is by defining those data in either `.ism_env` file, in your `~/.profile` (or `~/.bash_profile`) file or by exporting vars in your shell (e.g. export ISM_USER=_administrator:mysecretpassword_).
The preferred and secure way to provide those critical data to the scripts is by defining those data in either `.ism_env` file, in your `~/.profile` (or `~/.bash_profile`) file or by exporting vars in your shell (e.g. `export ISM_USER=_administrator:mysecretpassword_`).
WARNING: And of course, those files should be readable only by their owner (e.g. `chmod go-rwx .ism_env ~/.profile`)!
Expand Down

0 comments on commit 569491c

Please sign in to comment.