Creating and Exporting Digital Certificates

To create a secure connection between federation SIMULIA Execution Engines, you need to create digital certificates for all of the SIMULIA Execution Engines in your federation environment.

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

  1. Open a command prompt.

  2. Navigate to the following directory:

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

  3. Run the following command:

    setDomainEnv.cmd

  4. Generate the key pair for server1 by running the following command:

    Keytool -genkey -alias server1_cert_isight -keyalg RSA -keysize 1024 -keypass keypass123 -keystore Server1_isight.jks -storepass storepass123

  5. Enter the information required by the keytool.

    The file Server1_isight.jks is created in your domain home directory.

  6. Export the certificate for server1 by running the following command:

    keytool -export -rfc -alias server1_cert_isight -file Server1_isight.cer -keystore Server1_isight.jks -storepass storepass123

    The file Server1_isight.cer is created in your domain home directory.

  7. Repeat steps 2 through 6 for each server (replace Server1 with Server2).