cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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.

  1. 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

  1. 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

  1. 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

  1. Stop FlexNet Manager for Engineering Applications admin service.
  2. Run the command flexnet site make.
  3. Start the FlexNet Manager for Engineering Applications admin service.
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Aug 21, 2024 02:30 PM
Updated by: