Trust 3DPassport's SSL certificate
OnePart must be able to communicate with the 3DPassport (CAS authentication server). As communication with 3DPassport is done using an HTTPS connection, the SSL certificate of the 3DPassport must be known by OnePart.
- Open PASSPORT_URL in a browser.
-
Save the server certificate to
ONEPART_INSTALLDIR\DATADIR\security.
-
Use keytool utility to import certificate to OnePart keystore:
-
cd to
ONEPART_INSTALLDIR\datadir\security
folder -
run
..\..\software\cloudview-installdir\amd64-win64\java-jre\bin\keytool.exe -importcert -alias passport -file passport.cert -keystore trusted.servers.ks
- When prompted for the keystore password, type exalead.
-
cd to
- Restart OnePart.