Reference Guide

The following table displays the name=value pairs you can use with this command:
Table 33. Valid Parameters Of Omconfig Preferences Webserver
name=value pair 1 name=value pair 2 Description
attribute=sslencryption setting=autonegotiate |
128bitorhigher
autonegotiate: Sets the
encryption levels automatically
based on your Web browser
settings.
128bitorhigher: Sets the
encryption levels to 128-bit or
higher.
attribute=seturl host=<string> port=<value> Enables you to configure the URL
launch point in the Server
Administrator Web server
environment.
attribute=signalgorithm algorithm=MD5 | SHA1 | SHA256
| SHA512
MD5: Sets the key signing
algorithm to MD5.
SHA1: Sets the key signing
algorithm to SHA1.
SHA256: Sets the key signing
algorithm to SHA256.
SHA512: Sets the key signing
algorithm to SHA512.
attribute=setjre jreversion=bundled |value
bundled: Sets the OMSA bundled
version as default.
value: Sets the version which
user inputs and available on the
system.
For example, to set the URL launch point use the following command:
omconfig preferences webserver attribute=seturl host=<name>, ip, fqdn>
port=<number>
The host input must contain a valid IPv4 or IPv6 address, or a valid hostname.
To set the signing algorithm value, use the following command:
omconfig preferences webserver attribute=signalgorithm algorithm=MD5
To set the JRE versions, use the following command:
omconfig preferences webserver attribute=setjre jreversion=<bundled | value>
86