HCL Workload Automation, Version 9.4

Using a customized certificate

About this task

To customize the SSL certificate and keystore, perform the following steps:
  1. Create a new RSA and extract the key for the server keystore TWSServerKeyFile.jks.
  2. Import the certificate in PEM format:
    keytool -import 
            -alias tws 
            -file server.crt 
            -trustcacerts
            -noprompt 
            -keystore TWSClientTrustFile.jks 
            -storepass default
  3. Follow the steps in Configuring SSL using the predefined certificate.
Note: When you want to customize certificates for multiple instances, perform these steps for each instance.