Skip to main content

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 to true to enable auto-update and false to 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 to true blocks any updates through update server. Even if autoUpdate is set to true, update will be blocked, taking precedence.