Configuring tdwcmd
When TDM runs on HTTPS, you can configure tdwcmd before you run the tdwcmd commands.
Before you configure tdwcmd, import the browser certificate to the following location:
<TDM installation directory>/TDM/utilities/tdwcli/conf
To generate a keystore, you must import the browser certificate. The keystore is necessary to run the tdwcmd commands.
1. To set the password and generate a keystore, run the following command:
keytool -import -file <Imported certificate> -keystore client.ks
2. Edit the userConfig.ilm file and add the keystore location for the javax.net.ssl.trustStore parameter. You can find the userConfig.ilm file in the following location:
<TDM installation directory>/TDM/utilities/tdwcli/conf/userConfig.ilm
3. Add the password that you used to create the keystore for the javax.net.ssl.trustStorePassword parameter.