Top
Systemwalker Desktop Keeper Reference Manual
FUJITSU Software

1.39 SDSVKeyStore.EXE (Backup/Restore the Relay Server Certificate)

Functional Specification

It is a command to back up and restore the server certificate registered to the Relay Server.

Execute this command on the Relay Server.

Command Format

SDSVKeyStore.exe {-export Output file name | -import Input file name}

Option

- export output file name

Specify the path of the output file created while taking a backup of the server certificate.

- import input file name

Specify the path of the input file for restoring the server certificate.

Return Value

0:

Ended normally

Other:

Ended abnormally

Location for Saving Commands

<Relay Server installation folder>\bin

Authority Required for Execution/Execution Environment

Examples of Use

Back up the server certificate in C:\temp\keybackup

SDSVKeyStore.exe -export c:\temp\keybackup.cer

Restore the server certification for which back up is created in C:\temp\keybackup

SDSVKeyStore.exe -import c:\temp\keybackup.cer

Execution Results/Output Format

success

Note

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

  • Stop the services (SWDTiSDSVWebService) before specifying the -import option and executing this command.