Functional Specification
Set whether to use the server certificate registered by the user.
Execute this command on the Management Server/Master Management Server.
Command Format
DTKSVConfig.exe -usercert [ enable | disable ]
Option
Specify whether to enable 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 secure communication).
Return Value
Ended normally
Ended abnormally
Location for Saving Commands
mgmtServerInstallFolder\bin
Authority Required for Execution/Execution Environment
Execute this command as 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
Execution Results/Output Format
success
Note
Restart the secure communication service (SWSecureCommunicationService) if the settings are updated.