Installation Guide
♦SSL
If you need to login to the NEC ESMPRO Manager using SSL, you should change the setting of the NEC ESMPRO
Manager. Perform the procedure that is necessary in order to use SSL with the NEC ESMPRO Manager as follows:
1. Create a key
The Key tool is needed for cre ating the key using with SSL. The Key tool is co ntained in th e JRE.
Create the key as f ollows:
In the case of NEC ESMPR O Manager installed in "C:¥Program Files¥ESMPRO":
Windows(32 bits):
C:¥Program Files¥ESMPRO¥ESMWEB¥jre¥bin¥keytool" -genkey -alias tomcat -keyalg RSA
Windows(64bits):
"C:¥Program Files (x86)¥ESMPRO¥ESMWEB¥jre¥bin¥keytool" -genkey -alias tomcat -keyalg RSA
Some messages are displayed with dialog style. Input the information about the creator of the key.
You need to set the same password as the keystore password to the key password for <sdo>.
The following is shown an example.
Enter keystore password: ******
What is your first and last name?
[Unkno wn]: Scott Oaks
What is the name of your organizational unit?
[Unknown]: SMCC
What is the name of your organization?
[Unkno wn]: Sun Microsystems
What is the name of your City or Locality?
[Unknown]: New York
What is the name of your State or Province?
[Unknown]: NY
What is the two-letter country code for this unit?
[Unknown]: US
Is <CN=Scott Oaks, OU=SMCC, O=Sun Microsystems, L=New York, S=NY, C=US> correct?
[no]: yes
Enter key password for <sdo>
(RETURN if same as keystore password): ******
Confirm that the key was created.
%USERPROFILE%¥.keystore
%USERPROFILE% means C:¥Document and Settings¥<logon user>
31