Spotfire® Server and Environment - Installation and Administration

import-code-signing-certificate

Imports a code signing certificate.

import-code-signing-certificate
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
[-p value | --path=value]
[--base64-certificate=value]

Overview

Use this command to import a code signing certificate to the database, either by specifying a file containing the certificate, or by supplying a Base64 certificate as an argument to the command.

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.
-p value | --path=value
Optional none The path to the certificate to upload. The --path and --base64-certificate arguments are mutually exclusive.
--base64-certificate=value
Optional none A Base64-encoded certificate. The --path and --base64-certificate arguments are mutually exclusive.

See also Trusting custom content in the Spotfire environment.