Top
Systemwalker Desktop Keeper Reference Manual
FUJITSU Software

1.37 SDSVImportCert.EXE (Register Certificate)

Functional Specification

It is a command to register the certificate on Smart Device Relay Server.

Command Format

Registration of the Certificate Authority Certification and Intermediate Certificate Authority Certification

SDSVImportCert.exe -file Certificate Authority Certification (Intermediate Certificate Authority Certification) file name [-alias any arbitrary name]

Registration of the Server Certificate

SDSVImportCert.exe -file Server Certificate file name

Use the Server Certificate of the Systemwalker

SDSVImportCert.exe -CACERT

Option

-file

Specify the file names of Certificate authority certification and Intermediate Certificate Authority Certification

-alias

Specify the unique name of the certificate (halfwidth alphanumeric characters)

(Refer to the following references for naming convention.)

-CACERT

Specify when using the Systemwalker Server Certificate.

Return Value

0:

Ended normally

Other:

Ended abnormally

Location for Saving Commands

<Smart Device Relay Server installation folder>\bin

Authority Required for Execution/Execution environment

Examples of Use

Example If certificate is in c:\temp\

Registration of Certificate Authority Certification and Intermediate Certificate Authority Certification

SDSVImportCert.exe -file c:\temp\ca.cer -alias DTKCA

Registration of Server Certificate

SDSVImportCert.exe -file c:\temp\dtk.cer

Registration of Certificate Authority Certification of Systemwalker

SDSVImportCert.exe -CACERT

Execution Results/Output Format

success

Information

Name to be set in -alias options

It is a name required during the registration of Certificate Authority Certification and Intermediate Certificate Authority Certification. Change the name while registering multiple certificates. You cannot use an already used name again. An error occurs if the certificate is registered under an already used name. "Certificate could not be imported. Alias <DTKCA> already exists."

[Example]

Registration of Certificate Authority Certification and Intermediate Certification Authority Certificate

Certificate Authority Certification: DTKCA01

Intermediate Certificate Authority Certification: DTKCA02

Note

  • If an already registered certificate is updated, restart the Smart Device Relay Server service.

  • In the case of coexistence with SS of Systemwalker Desktop Patrol V15.0.0 or higher, if registration of certificate in Systemwalker Desktop Patrol is executed after registering the certificate in the System Desktop Keeper, HTTPS communication is carried out between the iOS device and Smart Device Relay Server through the certificate registered in Systemwalker Desktop Patrol.

  • Stop the services (SWDTiSDSVWebService) before executing this command.