Configure EPX for SSL - Precisely_EnterWorks - EnterWorks - 11.0

EnterWorks Guide

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks
Version
11.0
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Guide
Copyright
2024
First publish date
2007
Last updated
2025-01-07
Published on
2025-01-07T07:44:20.997000

If you are configuring EnterWorks for SSL authentication or for accessing Amazon S3:

  1. Open this file in an editor:
    <drive>:\Enterworks\EPX\bin\config.properties
  2. Verify that the following properties are set:
    ssl.keystore.file=<drive>:/Enterworks/EPX/bin/certs/tomcat.jks
    ssl.keystore.alias=tomcat
    ssl.keystore.server.alias=tomcat
    ssl.keystore.password=enterworks
    ssl.password.encryption=false 
  3. Save the file.
  4. Check the <drive>:\Enterworks\EPX\bin\certs folder for the file tomcat.jks. If it is not present, configure the keystore:
    1. Copy the cacerts (keystore file) from:
      <drive>:\Enterworks\jdk\jre\lib\security\
      to:
      <drive>:\Enterworks\EPX\bin\certs\
      renaming it to tomcat.jks.
    2. Open a command prompt and run: <drive>:\Enterworks\jdk\jre\bin\keytool.exe -storepasswd -keystore "<drive>:\Enterworks\EPX\bin\certs\tomcat.jks"
    3. Change the password from changeit to enterworks

You are finished configuring EPX for SSL. Return to the task checklist.