You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

EPMAUTOMATE: How to download the JRE certificate

edited Jan 15, 2020 4:22PM in Planning 4 comments

Content

Hi all

I have an issue where EPMautomate will not connect because I am missing the JRE certificate.

 

I have found this suggestion: 

Need to add the certificate to the truststore file of the used JVM located at %JAVA_HOME%\lib\security\cacerts.

1. Check if your certificate is already in the truststore by running the following command:
keytool -list -keystore "%JAVA_HOME%/jre/lib/security/cacerts" 


2. If your certificate is missing, you can get it by downloading it with your browser and add it to the truststore with the following command:

keytool -import -noprompt -trustcacerts -alias -file -keystore -storepass

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!