Update settings
Configure DigiCert® Trust Assistant settings using extra-conf.json related to updates through update server, including enabling or disabling auto-update and completely blocking updates. For more information about extra-conf.json file, refer to Configure via GPO or Device Management solution.
Use the following template:
{
"setting": {
"autoUpdate": true,
"blockUpdate": false
}
}Description of each configuration parameter:
autoUpdate: This setting controls whether DC: DigiCert® Trust Assistant should automatically check for updates. Set totrueto enable auto-update andfalseto disable auto-update. When this value is set, it will lock the configuration to prevent user configuration.blockUpdate: This setting controls whether to block any updates through the DigiCert update server. Setting this value totrueblocks any updates through update server. Even ifautoUpdateis set totrue, update will be blocked, taking precedence.