aws signer put-signing-profile
Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job. For more information, see http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html
Options
Name | Description |
---|---|
--profile-name <string> | The name of the signing profile to be created |
--signing-material <structure> | The AWS Certificate Manager certificate that will be used to sign code with the new signing profile |
--signature-validity-period <structure> | The default validity period override for any signature generated using this signing profile. If unspecified, the default is 135 months |
--platform-id <string> | The ID of the signing platform to be created |
--overrides <structure> | A subfield of platform. This specifies any different configuration options that you want to apply to the chosen platform (such as a different hash-algorithm or signing-algorithm) |
--signing-parameters <map> | Map of key-value pairs for signing. These can include any information that you want to use during signing |
--tags <map> | Tags to be associated with the signing profile that is being created |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |