UpdateSignerCerts command syntax

You use the UpdateSignerCerts command to retrieve the SSL certificate from the server.

Syntax

IS_install_path/[ASBServer|ASBNode]/bin/UpdateSignerCerts.[bat|sh]
	[-{verbose | v}]
	[-{results | res} value ]
	[-{log | l} value ]
	[-{logerror | error} value ]
	[-{loginfo | info} value ]
	[-{loglevel | level} value ]
	[-{log | l} value]
	[-{help | ?} ]
	[-{url | url} value]
	[-{user | u} value]
	[-{password | pw} value]
	[-{silent | s}]
	[-{serverStore | ss}]

Parameters

[-{verbose | v}]
Display detailed runtime output, except for the runtime logging messages.
[-{results | res} value ]
Print all the enabled runtime output to the specified file.
[-{log | l} value ]
Print the runtime logging messages to the specified file. This option is used with loglevel.
[-{logerror | error} value ]
Print all ERROR and FATAL runtime logging messages to the specified file.
[-{loginfo | info} value ]
Print all INFO, WARN, DEBUG, and TRACE runtime logging messages to the specified file.
[-{loglevel | level} value]
The level at which runtime logging messages are enabled.
[-{log | l} value]
Print all runtime log messages to the specified file. Use this option with the loglevel option.
[-{help | ?} ]
Displays the usage message.
[-{user | u} value]
User name of the application server user.
[-{url | url} value]
URL to include the server and port to use.
[-{password | pw} value]
Password for the application server user, if the username is specified.
[-{silent | s} value]
Use this option to if you want the SSL certificate to be accepted automatically.
[-{serverStore | ss}]
Use this option to download the SSL certificate for the URL specified with the -url option and add it to the trust store from the server to allow outbound SSL calls from the services tier to the specified site. If the site is not already trusted and if the -silent is not used, you are prompted to accept the certificate.

Examples

You have an installation of IBM® InfoSphere® Information Server and you want to update the certificates across the single-server installation. You want to update the certificates because you created a new keystore with the keytool command, for example when the keystore that was created during installation has expired. In this example, your InfoSphere Information Server host name is server1.example.com, the application server user name is mapped to isadmin, with a password of my_pa55w0rd

IS_install_path/ASBServer/bin/UpdateSignerCerts.sh -url https://server1.example.com:9443 -user isadmin -password my_pa55w0rd