diff --git a/modules/reference/pages/command/featureUtility-commands.adoc b/modules/reference/pages/command/featureUtility-commands.adoc index 854dcb75e..9c5f38e8a 100644 --- a/modules/reference/pages/command/featureUtility-commands.adoc +++ b/modules/reference/pages/command/featureUtility-commands.adoc @@ -64,15 +64,15 @@ The following table lists the environment variables and their corresponding prop a|Specifies how features must be verified during a process or an installation. Supported values are `enforce`, `skip`, `all`, and `warn`. If this option is not specified, the default value is `enforce`. -|`NO_PROXY` -|`http.nonProxyHosts` -|Specifies a list of patterns separated by pipe (`|`), comma (`,`), or period (`.`) delimiters. Patterns can start or end with an asterisk (`*`) for wildcards. Open Liberty connects to any host that matches one of these patterns through a direct connection instead of going through a proxy. - * `enforce`: Verifies the signatures of all Liberty features except for user features. It checks the integrity and authenticity of the features that are provided by the Liberty framework. * `skip`: Choosing this option skips the verification process altogether. No feature signatures are downloaded or checked. It expedites the installation process but must be used with caution, as it bypasses an important security step. * `all`: Verifies both the Liberty features and the user features. The features that are provided by the Liberty framework and any additional user features or components are checked for integrity. * `warn`: Similar to the `all` option, warn also verifies both the Liberty features and user features. This option allows the process to continue, even if some feature signatures cannot be validated. A verification failure does not immediately end the installation process, but it results in a warning message. +|`NO_PROXY` +|`http.nonProxyHosts` +|Requires Open Liberty to use a direct connection instead of a proxy for certain hosts. Specify a list of hostname patterns separated by pipe (`\|`), comma (`,`), or period (`.`) delimiters. Patterns can start or end with an asterisk (`*`) for wildcards. For any hostname that matches a specified pattern, Open Liberty connects to the host directly instead of going through a proxy. + |`http_proxy` |`proxyHost`, `proxyPort`, `proxyUser`, and `proxyPassword` a|Configures the outbound HTTP proxy.