Configure the SSL Setup on the SWIFTNet Server

About this task

Prior to completing the next steps, ensure that you have completed the tasks in Configure SSL Between the Sterling B2B Integrator and the SWIFTNet Server.

Procedure

  1. Type the following command to change to the directory where the SWIFTNet Server SSL Utilityjar is located:
    
    cd <SWIFTNet Server installdir>/bin
    
  2. Type the following command to invoke the configuration script:
    
    dir *.jar
    

    You will see the sslUtil.jar file.

  3. Type the following command:
    
    java -jar sslUtil.jar
    
  4. Type the full path for the SWIFTNet Server home directory (the directory in which you just installed the SWIFTNet Server) and press Enter. You are prompted to confirm the directory.
  5. Type Yes and press Enter to confirm. The configuration script verifies the structure of the directory to ensure that it is the valid installation directory for the SWIFTNet Server. If the directory is not valid (for example, the bin directory is missing from the path), you are prompted to retype the valid directory. Once a valid directory is entered, you proceed with the SSL configuration.
  6. Type the full path to the private key location and press Enter. This key file belongs to the SWIFTNet Server and will used during the SSL “handshake.”
    Note: The key file contains your private key.
  7. Type Yes and press Enter to confirm the path.
  8. Type the correct password to access the key file and press Enter.
  9. Type the password again to confirm it and press Enter.
  10. Type the full path to the CA Certificate location and press Enter. This CA Certificate file contains the trusted certificates that are used during the SSL “handshake.”
  11. Type Yes and press Enter to confirm the path. The configuration completes and displays a message that the SSL configuration process has finished.