HCL Workload Automation, Version 9.4

Configuring multiple SSL communication instances

About this task

To customize the SSL connection for the command-line client for multiple connections to WebSphere Application Server, perform the following steps:
  1. Stop WebSphere Application Server using the conman stopappserver command.
  2. Extract a certificate from TWSServerKeyFile.jks keystore for each instance.
    keytool -export 
            -alias tws 
            -rfc 
            -file server.crt 
            -keystore ServerKeyFile.jks 
            -storepass default
    .
  3. Extract the hash number for each exported certificate:
    openssl x509 
            -hash 
            -noout 
            -in keyname
  4. Rename each certificate file with the exported key.
  5. Copy the renamed certificates to each workstation that has a command-line client installed.
  6. Set the cli ssl server auth and cli ssl trusted dir command-line client options in the localopts file. See Setting local options.
  7. Start the WebSphere Application Server using the conman startappserver command.