Skip to content

Commit

Permalink
Update guide-configuration.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Apr 20, 2021
1 parent fbbdb73 commit 9f212df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/guide-configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ PoUxkNjY2juQMCyPu6ic5KJy1XfK+bX9vu2/mPj3pmcO4iydG6mhgZRZSw50z/oC
----
Of course the master-password (`masterpassword`) and the actual password to encrypt (`secret`) are just examples.
Please replace them with reasonable strong passwords for your environment.
There entire line after the `OUTPUT` block is your encrypted secret.
The entire line after the `OUTPUT` block is your encrypted secret.
It even contains some random salt so that multiple encryption invocations with the same parameters (`ARGUMENTS`) will produce a different `OUTPUT`.

The master-password can be configured on your target environment via the property `jasypt.encryptor.password`. As system properties given on the command-line are visible in the process list, we recommend to use an `config/application.yml` file only for this purpose (as we recommended to use `application.properties` for regular configs):
Expand Down

0 comments on commit 9f212df

Please sign in to comment.