If you are configuring EnterWorks for SSL authentication or for accessing Amazon S3:
- Open this file in an editor:
<drive>:\Enterworks\EPX\bin\config.properties
- 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
- Save the file.
- Check the
<drive>:\Enterworks\EPX\bin\certs
folder for the filetomcat.jks
. If it is not present, configure the keystore:- Copy the
cacerts
(keystore file) from:
to:<drive>:\Enterworks\jdk\jre\lib\security\
renaming it to<drive>:\Enterworks\EPX\bin\certs\
tomcat.jks
. - Open a command prompt and run:
<drive>:\Enterworks\jdk\jre\bin\keytool.exe -storepasswd -keystore "<drive>:\Enterworks\EPX\bin\certs\tomcat.jks"
- Change the password from
changeit
toenterworks
- Copy the
You are finished configuring EPX for SSL. Return to the task checklist.