Spotfire Server and Environment - Quick Start

block-code-trust

Blocks a code trust entity, Spotfire user or code signing certificate from being trusted.

block-code-trust
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
[-h value | --hash=value]
[--type=value]
[-n value | --serial-number=value]
[-i value | --issuer=value]
[--path=value]
[-u value | --username=value]

Overview

Use this command to block trust for a code trust entity, Spotfire user or code signing certificate. Users will not be able to trust or use the specified entities or any entities signed by the specified code signing certificate.

Options

Option Optional or Required Default Value Description
-b value | --bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value | --tool-password=value
Optional none The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. See Bootstrap.xml file.
-h value | --hash=value
Optional none The hash that should be blocked.
--type=value
Optional none The type of the code entity to be blocked. The valid types are
  • mod
  • external_action
See Code entities and user roles.
-n value | --serial-number=value
Optional none The serial number of the certificate to be blocked. If the --serial-number argument is specified --issuer has to be specified as well. The --serial-number and --issuer arguments are mutually exclusive with the --path argument.
-i value | --issuer=value
Optional none The issuer of the certificate to be blocked. If the --issuer argument is specified --serial-number has to be specified as well. The --serial-number and --issuer arguments are mutually exclusive with the --path argument.
--path=value
Optional none The path to a certificate to block.
-u value | --username=value
Optional none The username of the user to block, e.g., DOMAIN\user or user@domain.

See also Trusting custom content in the Spotfire environment.