keytool -genkeypair -keyalg RSA -keystore $DATASPIDER_HOME\server\system\common\classes\.keystore -alias <Alias name>
Enter keystore password: changeit What is your first and last name? [Unknown]: hostname What is the name of your organizational unit? [Unknown]: CS What is the name of your organization? [Unknown]: companyname What is the name of your City or Locality? [Unknown]: Minato-ku What is the name of your State or Province? [Unknown]: Tokyo What is the two-letter country code for this unit? [Unknown]: JP Is CN=hostname, OU=CS, O=companyname, L=Minato-ku, ST=Tokyo, C=JP correct? [no]: yes Enter key password for <Alias name> (RETURN if same as keystore password): Push RETURN because it does as well as the password of the :* key store. |
Item | Specified information | Notes |
---|---|---|
Common name(CN) | Specify the host name with the machine in which DataSpiderServer is installed. | It should agree to the domain name of URL specified by a browser according to CA with it. |
Organization unit name(OU) | Specify an arbitrary identification name like the section and the post name, etc. | There is a limitation in the character and the number of characters that can be used as specification according to CA by an English name etc. |
Organization name(O) | Specify the systematic name. | There is a limitation in the character and the number of characters that can be used according to CA. |
City or Locality(L) | Specify address information on the organization (municipal district town and village name). | There is a limitation in the character and the number of characters that can be used according to CA. |
State or Province(ST) | Specify address information on the organization (administrative divisions name). | There is a limitation in the character and the number of characters that can be used according to CA. |
Country code(C) | Specify the country code of ISO regulations. | Japan is "JP".
![]() |
keytool -genkeypair -keyalg RSA -keystore $DATASPIDER_HOME\server\system\common\classes\.keystore -alias <Alias name> -validity 180 |
keytool -certreq -keystore $DATASPIDER_HOME\server\system\common\classes\.keystore -alias <Alias name> -file <CSR file name>.csr |
keytool -importcert -noprompt -trustcacerts -keystore $DATASPIDER_HOME\server\system\common\classes\.keystore -alias <Alias name of CA> -file <CERT file name of CA>
|
keytool -importcert -noprompt -trustcacerts -keystore $DATASPIDER_HOME\server\system\common\classes\.keystore -alias <Alias name> -file <Certificate file signed by CA (or proof chain)> |