Users Guide

name=value pair 1 name=value pair 2 Description
attribute=uploadcert certfile=<path of the certificate
file> type=<pkcs12>
password=<password of the
certificate file>
webserverrestart=true | false
Allows you to import a PKCS#12
keystore that replaces the private
key and certificate used in Server
Administrator web server.
PKCS#12 is public keystore that
contains a private key and the
certificate for a web server. Server
Administrator uses the Java
KeyStore (JKS) format to store the
SSL certificates and its private key.
Importing a PKCS#12 keystore to
Server Administrator deletes the
keystore entries, and imports a
private key and certificate entries
to the Server Administrator JKS.
NOTE: If you are importing a
PKCS#12 keystore, specify
the type and password of the
certificate. Restarting Server
Administrator web server is
optional, but the uploaded
certificate comes to affect
only after restarting the web
server.
NOTE: An error message is
displayed if you either type an
invalid PKCS file name or an
incorrect password.
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 Certificate Signing Request (CSR) is as follows:
omconfig preferences webserver attribute=exportcsr
The command creates a file of the format xxxx.csr at <Server Administrator installation directory>
\apache-tomcat\temp
An example command to create a web server certificate 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
107