Skip to content

Commit b9a501a

Browse files
committed
Add note to refer to "Configuration Secrets" if encryption of secrets is needed
1 parent d3ea4cc commit b9a501a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/se/webclient.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,10 @@ webclient:
419419
resource:
420420
resource-path: "client.p12"
421421
----
422-
Then, in your application code, load the configuration from that file.
422+
423+
NOTE: The `passphrase` value on the config file can be encrypted if stronger security is required. For more information on how secrets can be encrypted using a master password and store them in a configuration file, please see xref:{rootdir}/mp/security/configuration-secrets.adoc[Configuration Secrets].
424+
425+
In the application code, load the settings from the configuration file.
423426
424427
[source,java]
425428
.WebClient initialization using the `application.yaml` file located on the classpath

0 commit comments

Comments
 (0)