Updating the web service client

The following procedure describes how to update your web service client.

To update your web service client:

  1. Do one of the following:
  2. Change the directory to <CTM BPI IFC DIR>/conf folder.
  3. Execute the following command:

    >keytool -certreq -keystore server.keystore -alias <ctm.bpi.ifc.ws.sslServerAlias property value> -storepass <ctm.bpi.ifc.ws.sslServerAliasPassword property value> -file certReqFile

  4. Do one of the following:
  5. Execute the following commands:

    >keytool -delete -keystore <client keystore> -alias <ctm.bpi.ifc.ws.sslServerAlias property value> -storepass <ctm.bpi.ifc.ws.sslServerAliasPassword property value> -keypass <ctm.bpi.ifc.ws.sslServerAliasPassword property value>

    >keytool -import -keystore <client keystore> -alias <ctm.bpi.ifc.ws.sslServerAlias property value> -storepass <ctm.bpi.ifc.ws.sslServerAliasPassword property value> -keypass <ctm.bpi.ifc.ws.sslServerAliasPassword property value> -file <signed certificate file>

  6. Repeat the previous step for the client.keystore file and the keystore file in the Web Services client environment.

Parent Topic

Control-M Web Services API HTTPS server configuration