EPMAUTOMATE: How to download the JRE certificate
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:
0