Configuring SSL for IBM SPSS Collaboration and Deployment Services
If you are using SSL to communicate with IBM SPSS Collaboration and Deployment Services and IBM SPSS Collaboration and Deployment Services is using a self-signed certificate follow these steps.
If the server is using a certificate from a certificate authority, these steps are not required.
1 Obtain the self-signed certificate for the server. For more information, contact your IBM SPSS Collaboration and Deployment Services administrator.
2 At the command prompt, go to the directory in which you installed the product, and then to:
jre/bin
3 Enter this command:
keytool -import -alias <name> -file <path_to_certificate> -keystore <path_to_keystore>
<name> is an arbitrary alias for the certificate.
<path_to_certificate> is the full path to the certificate.
<path_to_keystore> is the full path to the Java keystore, which might be:
<product_install_folder>/lib/security/jssecacjerts
or
<product_install_folder>/lib/security/cacerts
4 When prompted, enter the keystore password.
The default value is changeit.
5 When prompted about trusting the certificate, enter yes.
See also