CLI Guide
name=value pair 1 name=value pair 2 Description
NOTE: If an incorrect cipher value is
set and the connection service fails
to start, use the CLI command
prompt or manually set the valid
ciphers and restart the connection
service.
attribute=<sslprotocol> setting=<valid sslprotocol values are
TLSv1| TLSv1.1| TLSv1.2| TLSv1, TLSv1.1|
TLSv1.1, TLSv1.2| TLSv1, TLSv1.1, TLSv1.2
Allows you to set the web server SSL
protocols conguration from the valid
values. The changes to take eect after
web server restart.
attribute=<port> setting=<valid port value>
Sets the number of secure ports that you
want Server Administrator to use. The port
value range from 1024 to 65535. The
default port for Server Administrator is 1311.
attribute=<ipaddress> setting=<valid Binding IPAddress value>
Sets by default the web server to incoming
browser requests on ALL IP addresses.
However, for increased security you can
specify a single IP address or, ALL IP
addresses. An error message is displayed on
an invalid entry of the congurable Bind List
of IP Address. For the changes to take
eect, restart the web server.
attribute=<sessiontimeout> setting=<valid Session Timeout value
between 1– 30>
Allows Server Administrator to time-out if
there is no user input for a specied
number of minutes. Users whose sessions
time-out must log in again to continue.
An example command to set the URL launch point is as follows:
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 host name.
An example command to set the signing algorithm value is as follows:
omconfig preferences webserver attribute=signalgorithm setting=MD5
An example command to set the JRE versions is as follows:
omconfig preferences webserver attribute=setjre jreversion=<bundled | value>
An example command to export a Certicate Signing Request (CSR) is as follows:
omconfig preferences webserver attribute=exportcsr
The command creates a le of the format xxxx.csr in the <Server Administrator installation directory>\apache-tomcat\temp folder.
An example command to create a web server certicate is as follows:
omconfig preferences webserver attribute=gennewcert cn=HostName org=dell ou=ESG
location=RoundRock state=TX country=US validity=300 keysize=2048 algorithm=SHA512
webserverrestart=true
An example command to upload a certicate on the Server Administrator web server is as follows:
omconfig preferences webserver attribute=uploadcert certfile=C:/xyz.crt
webserverrestart=true
An example command to upload a certicate with a PKCS#12 keystore on the Server Administrator web server is as follows:
omconfig preferences webserver attribute=uploadcert certfile=C:/xyz.pfx type=pkcs12
password=abc webserverrestart=true
90