• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24341
  • Open Date : 2016/06/13 14:17
  • 更新日時 : 2016/06/13 15:00
  • Print

[DataSpider Servista] I would like to confirm whether certificate is properly imported to the key store that DataSpider Servista is referring

Please tell me how to verify whether certificate is properly imported to the key store that DataSpider Servista is referring.
 
Category : 

Answer

*Contents linked from this page might be in Japanese.
 
You can use the following command to verify certificates imported to the key store in which DataSpider is referring.
 
> "$DATASPIDER_HOME\jre\bin\keytool.exe" -list -keystore "$DATASPIDER_HOME/jre/lib/security/cacerts"
 
Also, for details regarding the imported certificate, you can verify by adding “-v” option.
 
> "$DATASPIDER_HOME\jre\bin\keytool.exe" -list -v -keystore "$DATASPIDER_HOME/jre/lib/security/cacerts"
 
If the designated certificate cannot be verified and if you wish to carry out the import, please refer to the help in reference information. For your information, please be aware that command is different per version.
 
  • DataSpider Servista 2.x
 
  •  DataSpider Servista 3.x