After creating an endpoint for an email server, you must
import the CA certificate for the email server into Studio and then
test the SSL connection to the email server.
Complete the following procedure to import the email servers
CA certificate and then test the SSL connection to the email server:
Procedure
- Open a command window.
- Navigate to the email server, and locate the certificate
file ca-cert stored in the server.
- Copy this file and then navigate to the workstation where
Studio is installed.
- Using the command window, paste the ca-cert copy
in the home directory of Studio: C:\Program Files\IBM\WebSphere
Cast Iron Studio x.x.x
- Browse to the security directory of Studio: C:\Program
Files\IBM\WebSphere Cast Iron Studio x.x.x\security
- Run the following command to import the ca-cert file
into Studio: ..\jre\bin\keytool.exe -import -v -keystore
cacerts -storepass changeit -file ..\castiron_ca_cert.pem -alias alias_name Where alias_name is
the alias of the email servers CA certificate.
- When you are prompted for a yes or no, enter 'Y'.
- Exit the command window.
- Open the endpoint for the email server.
- Verify the following login credentials for the email connection:
Email server, Port, User, and Password.
- Click Test Connection.
- If the connection is successful, use this endpoint in Studio
orchestrations, then use the Verify tab features
to evaluate the orchestration.