| For development or authoring environment, set Search server name binding. |
run set-search-server <search_host> <search_port>
- search_host
- Search host name.
- search_port
- Search port.
|
| For live environments, set Search server name binding for the Search repeater. |
run set-search-server <search_host> <search_port> [search_repeater_host]
[search_repeater_port]
- search_host
- Search host name.
- search_port
- Search port.
- search_repeater_host
- Search Repeater hostname, for live environments.
- search_repeater_port
- Search Repeater port, for live environments (for example, 3738).
|
| Set the connection to the Transaction server |
run set-transaction-server <hostName> <securedPort>
- hostName
- Transaction server host name.
- Port
- Transaction server port number.
|
| Update database user and password credentials that are used to connect to the
database. |
run update-datasource-cred <jndi> <dbUser> <dbPass>
- jndi
- The name of the JNDI.
- The default value for the Transaction server is jdbc/WCDataSource.
- dbUser
- The user name to connect to the DB2 database.
- dbPass
- The password for the dbUser.
|
| Update database name, database server host name, database server port credentials that are
used to connect to the database. |
run update-datasource-db <jndi>
<database>
<dbHost>
<dbPort>
<sslConnect>
- jndi
- The name of the JNDI.
- The default value for the Transaction server is jdbc/WCDataSource.
- database
- The name of the database.
- dbHost
- The host name of the database server.
- dbPort
- The database server port.
- sslConnect
- (Optional) Enable or disable the SSL protocol. If set to
True, SSL is used. If
False, SSL is disabled.
|
| Encrypt sensitive content on the Utility server with the merchant key. |
run update-encrypted-merchantkey |
| For authoring environments, add JAAS, JDBC provider, datasource connection information to
connect to the live database. |
run add-datasource <jndi>
<dbName> <dbType> <dbHost>
<dbPort> <dbUser> <dbPass>
<xa> <sslConnect>
- jndi
- The name of the JNDI.
- The default value for the Transaction server is jdbc/WCDataSource.
- dbName
- The name of the database.
- dbType
- The database type.
- For example, db2.
- dbHost
- The host name of the database server.
- dbPort
- The database server port.
- dbUser
- The database user name.
- dbPass
- The database password.
- xa
- (Boolean) Determines whether it is an XA data source. Set this value to
false if you are using the default datasource.
- sslConnection
- (Boolean) Enable SSL connection.
|
| Set SSL protocol for SSL setting. |
run set-ssl-protocol
sslProtocol
- sslProtocol
- SSL protocol value. Specifies one or more SSL
protocol values. Multiple values may be provided as
a comma-delimited list.
Valid values are:
- TLSv1.3
- TLSv1.2
- TLSv1.3,TLSv1.2
Note: Combine multiple
protocols within the same TLS family (for example,
TLSv1.3,
TLSv1.2,
TLSv1.1, TLSv1).
Combinations involving any SSL protocols
( SSL, SSLv2,
SSLv3) or ambiguous identifiers
(for example, TLS,
SSL_TLS) are not allowed, as
these SSL protocols are not secure. Default
behavior:
- Version 9.1.19 and later:
TLSv1.3 and
TLSv1.2 are enabled by default,
with TLSv1.3 taking
precedence.
- Versions 9.1.0 through 9.1.18:
TLSv1.2 is enabled by
default.
|