Description
This command is used to back up or restore server certificate-related information.
Syntax
swss_keystore.exe {/export:fileName|/import:fileName} |
Option
Specifies the name of the file to which server certificate-related information is output when backing up.
Specifies the name of the file containing the output server certificate-related information when restoring.
Return value
0: Ended normally
Other than 0: Ended abnormally
Command location
The following folder of SS:
dtpInstallDir\SS\bin |
Privilege required for execution/execution environment
Execute as a user with Administrator privileges.
This command must be executed on SS.
Note
In coexistence with the relay server of Systemwalker Desktop Keeper, if a certificate is restored in Systemwalker Desktop Keeper AFTER another certificate is restored in Systemwalker Desktop Patrol, then the certificate restored in Systemwalker Desktop Keeper will be used for HTTPS communication between iOS smart devices and the SS.
Stop the service (SWDTiSDSVWebService) before executing this command with the /import option specified.
Example
Back up server certificate-related information.
C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\SS\bin\swss_keystore.exe /export:c:\temp\svcertbackup.cer |