Update the SSL Connection Settings for the CLI
About this task
Command Central comes with a default configuration properties file that contains the SSL properties with the default SSL settings. The default cc.properties file is used by the Command Central server to communicate with the CLI over HTTPS. The following table lists the properties in the file, their default values and the command option that you can specify when running a CLI command to override the value specified in the properties file:
| Property | Default Value | Use this option to override the default setting |
|---|---|---|
| server |
https://localhost:8091/cce
|
--server
|
| username |
Administrator
|
--user
|
| password |
--password
|
|
| ssl-truststore-file |
demo-truststore.jks
|
--ssl-truststore-file
|
| ssl-truststore-password |
--ssl-truststore-password
|
|
| ssl-trust-all-hosts |
--ssl-trust-all-hosts
|
Important:
IBM does not recommend editing or changing the settings in
the default cc.properties file, located in the
IBMwebMethods_directory
\CommandCentral\client\conf directory. You must create a custom
cc.properties file when you want to update the SSL connection
settings for the CLI.
To create a custom cc.properties configuration file