Importing the Certificates

Once you have created and exported a digital certificate for a SIMULIA Execution Engine, you need to import the certificate to the other server's trust keystore.

After completing the following steps, you will need to repeat the steps for each server (replace Server1 with Server2).

  1. Copy the Server2_isight.cer file from Server2 to the following directory on Server1:

    <Weblogic_install_directory>\wlserver_12.1\server\lib

  2. Navigate to the following directory:

    <Weblogic_install_directory>\user_projects\domains\<SEE_Domain>\bin

  3. Run the following command:

    setDomainEnv.cmd

  4. Navigate to the following directory:

    <Weblogic_install_directory>\wlserver_12.1\server\lib

  5. Import Server2's certificate into Server1's trust store by running the following command:

    keytool -import -v -trustcacerts -alias server2_cert_isight -file Server2_isight.cer -keystore securedcacerts -storepass isightb2b

  6. Repeat steps 1 through 5 for each server (replace Server1 with Server2).