Skip to content

Commit 9f212df

Browse files
authored
Update guide-configuration.asciidoc
1 parent fbbdb73 commit 9f212df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/guide-configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ PoUxkNjY2juQMCyPu6ic5KJy1XfK+bX9vu2/mPj3pmcO4iydG6mhgZRZSw50z/oC
195195
----
196196
Of course the master-password (`masterpassword`) and the actual password to encrypt (`secret`) are just examples.
197197
Please replace them with reasonable strong passwords for your environment.
198-
There entire line after the `OUTPUT` block is your encrypted secret.
198+
The entire line after the `OUTPUT` block is your encrypted secret.
199199
It even contains some random salt so that multiple encryption invocations with the same parameters (`ARGUMENTS`) will produce a different `OUTPUT`.
200200

201201
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):

0 commit comments

Comments
 (0)