Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/reference/pages/command/featureUtility-commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ a|Configures the outbound HTTP proxy.
|`proxyHost`, `proxyPort`, `proxyUser`, and `proxyPassword`
a|Configures the outbound HTTPS proxy.

|`WLP_AES_ENCRYPTION_KEY`
|`wlp.password.encryption.key` or `wlp.aes.encryption.key`
|Specifies a custom AES encryption key for decrypting passwords. If not specified, featureUtility uses the Liberty default AES encryption key. featureUtility also automatically loads the encryption key from the `bootstrap.properties` or `server.env` file of the specified server when running `featureUtility installServerFeatures`.

|===
{empty} +

Expand Down Expand Up @@ -132,6 +136,10 @@ remoteRepo2.user=operator
remoteRepo2.password={aes}KM8dhwcv892Ss1sawu9R+
----

=== Encrypt repository passwords

For security, passwords in the `featureUtility.properties` file should be encrypted. The AES encryption algorithm is recommended. Use the `securityUtility encode` command to encrypt passwords before adding them to the properties file. For more information, see xref:command/securityUtility-encode.adoc[securityUtility encode].


== Disable Maven Central fallback

Expand Down