Functional Specification
It is a command to register the certificate on Relay Server.
Execute this command on the 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
Registration of the Server Certificate (when connecting Windows clients (CT) via the Internet)
SDSVImportCert.exe -file2 serverCertFileName
Use the Server Certificate of the Systemwalker
SDSVImportCert.exe -CACERT
Option
Specify the file names of Certificate authority certification and Intermediate Certificate Authority Certification
Specify when using a server certificate generated using the Management Server/Master Management Server, when connecting Windows clients (CT) via the Internet.
Specify the unique name of the certificate (halfwidth alphanumeric characters)
(Refer to the following references for naming convention.)
Specify when using the Systemwalker Server Certificate.
Return Value
Ended normally
Ended abnormally
Location for Saving Commands
<Relay Server installation folder>\bin
Authority Required for Execution/Execution environment
Execute with a user that belongs to the Administrators group of the local computer or a user that belongs to the Domain Admins group of the domain.
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 the Server Certificate (when connecting Windows clients (CT) via the Internet)
SDSVImportCert.exe -file2 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 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 Relay Server through the certificate registered in Systemwalker Desktop Patrol.
Stop the services (SWDTiSDSVWebService) before executing this command.