fioctl targets offline-update sign

Sign an offline bundle with a targets role offline key

Synopsis

Sign an offline bundle with a targets role offline key.

Run this command if your offline update bundle contains production/wave targets. In this case, the bundle has to be signed by one or more targets role offline keys. The number of required signatures depends on the threshold number set in the current TUF root role metadata, and is printed by this command.

fioctl targets offline-update sign <path to an offline bundle> [flags]

Options

-h, --help          help for sign
-k, --keys string   Path to the <tuf-targets-keys.tgz> key to sign the bundle metadata with. This is the same key used to sign prod & wave TUF targets.

Options inherited from parent commands

-c, --config string    config file (default is $HOME/.config/fioctl.yaml)
-f, --factory string   Factory to list targets for
-t, --token string     API token from https://app.foundries.io/settings/tokens/
-v, --verbose          Print verbose logging

SEE ALSO