After configuring the LDAPS domain in FlexNet Manager for Engineering Applications using the steps in Adding Domains, follow the instructions below to import the certificates.
Instructions
Get the LDAPS root, intermediate, and server certificates from your network team, then proceed with the following steps.
- Run the following command to import the Root Certificate:
.\jvm\bin\keytool.exe -keystore ".\jvm\lib\security\cacerts" -storepass "changeit" -import -alias LDAPS_root -file "LDAPS_root.cer" -trustcacerts -noprompt
- Run the following command to import the Intermediate Certificate:
.\jvm\bin\keytool.exe -keystore ".\jvm\lib\security\cacerts" -storepass "changeit" -import -alias LDAPS_intermediate -file "LDAPS_intermediate.cer" -trustcacerts -noprompt
- Run the following command to import the LDAPS server Certificate:
.\jvm\bin\keytool.exe -keystore ".\jvm\lib\security\cacerts" -storepass "changeit" -import -alias LDAPS_server -file "LDAPS_server.cer" -trustcacerts -noprompt
- Stop FlexNet Manager for Engineering Applications admin service.
- Run the command flexnet site make.
- Start the FlexNet Manager for Engineering Applications admin service.