Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Smart Device Manager


3.12.1 Procedure for setting up the root certificate for SSL communication for the communication server on the smart device manager

On the smart device manager, set up the root certificate for SSL communication for the communication server.

Procedure

  1. Execute the following command to install the root certificate:

    "JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\uC\jdk\bin\keytool.exe" -importcert -alias alias-name# -file certificate-path -keystore "JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\uC\jdk\jre\lib\security\cacerts" -storepass changeit

    To check the installed root certificate, execute the following command:

    "JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\uC\jdk\bin\keytool.exe" -list -v -storepass changeit -keystore "JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\uC\jdk\jre\lib\security\cacerts"

    To delete the certificate from the keystore, execute the following command:

    "JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\uC\jdk\bin\keytool.exe" -delete -alias alias-name# -keystore "JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\uC\jdk\jre\lib\security\cacerts" -storepass changeit

    #: You can specify any alias name.

    Important

    If the keytool.exe command ends abnormally, the keystore file might be set to read-only. In this case, cancel the read-only attribute of the keystore file, and then re-execute the command.

    The following shows the path to the keystore file and how to cancel the read-only attribute.

    Keystore file path: "JP1/ITDM2 - SDM (Smart Device Manager)-installation-folder\mgr\uC\jdk\jre\lib\security\cacerts"

    1. Right-click the keystore file, and then select Properties.

    2. On the General tab, clear the Attributes check box for Read-only.

    3. Click OK.

Related Topics