Before you can enable SSL, you must export the SSL certificate that you want to use. Use the
keytool
utility bundled with Java to create a keystore file.
Open a command prompt in Windows or a terminal in Linux or UNIX.
Run the following command:
keytool -import -file
company_certificate.cer
-keystore client.ks
The utility prompts you to enter a keystore password.
The command creates a keystore file called
client.ks
.
Save the keystore file to a directory. You must provide the location of the keystore file when you create or edit the Test Data Manager Service properties.