Enabling an SSL Connection on the EnterpriseOne HTML Server
Hi
We are trying to enable the SSL for our JDE Web Client using this document :
https://docs.oracle.com/cd/E24705_01/doc.91/e24258/ssl_for_ovr.htm#EOTSC94
but facing issue with step no 6 : import the certificate to the existing keystore using the following command:
./keytool -importcert -trustcacerts -alias
jasserverkey -file <path>/
jascert.cer -keystore../jre/lib/security/cacerts
below is our command:
C:\Program Files\Java\jdk1.7.0_75\bin>keytool -importcert -trustcacerts -alias jasserverkey -file <C:/Program Files/Java\jdk1.7.0_75/bin>/jascert.cer -keystore
C:/Program Files/Java\jdk1.7.0_75/jre/lib/security/cacerts
The system cannot find the file specified.