Updating the Control-M Web Services API account utility

This procedure describes how to update Control-M Web Services API account utility after updating the certificate in the server.keystore.

To update the Control-M Web Services API account utility:

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

    >keytool -export -alias <ctm.bpi.ifc.ws.sslServerAlias property value> -keystore server.keystore -storepass <ctm.bpi.ifc.sslServerPassword property value> -file certFile

    >keytool -delete -alias CtmWsApi -keystore client.keystore -storepass eizetzchok

    >keytool -import -alias CtmWsApi -keystore client.keystore -storepass eizetzchok -file certFile

Parent Topic

Control-M Web Services API HTTPS server configuration