Functional Specification
It is a command to set whether or not to use the server certificate registered by the user.
Execute this command on the Relay Server.
Command Format
SDSVConfig.exe -usercert [ enable | disable ]
Option
Specify whether to unable or disable the setting. (Mandatory)
Use the server certificate registered by the user.
Do not use the server certificate registered by the user. (Use the setting to stop the https communication)
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
Enable the certificate.
SDSVConfig.exe -usercert enable
Disable the certificate.
SDSVConfig.exe -usercert disable
Results/Output Format
success
Note
Restart the Relay Server service if the settings are changed