Using a customized certificate
About this task
To customize the SSL certificate and keystore, perform
the following steps:
- Create a new RSA and extract the key for the server keystore TWSServerKeyFile.jks.
- Import the certificate in PEM format:
keytool -import -alias tws -file server.crt -trustcacerts -noprompt -keystore TWSClientTrustFile.jks -storepass default
- 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.