TIBCO Spotfire® Server and Environment - Installation and Administration

remove-code-trust

Removes trust for a principal (user or group).

remove-code-trust
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
[-u value | --username=value]
[-g value | --groupname=value]
[--trusted-user=value]
[-h value | --hash=value]
[-n value | --serial-number=value]
[-i value | --issuer=value]

Overview

Use this command to remove trust that a principal has for other users and or hashes (such as specific visualization mods) and or certificates.

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.
-u value | --username=value
Optional none The user name of the user to remove previous trust decisions for. The --username and --groupname arguments are mutually exclusive.
-g value | --groupname=value
Optional none The group name of the group to remove previous trust decisions for. The --username and --groupname arguments are mutually exclusive.
--trusted-user=value
Optional none The user name of the previously trusted user to remove trust for. The user name should be on the form user@DOMAIN.
-h value | --hash=value
Optional none The hash to remove trust for. This option is unavailable when a group has been specified.
-n value | --serial-number=value
Optional none The serial number of the certificate to remove trust for. Must be specified together with the --issuer argument.
-i value | --issuer=value
Optional none The issuer of the certificate to remove trust for. Must be specified together with the --serial-number argument.

See also Trusting custom content in the Spotfire environment.