Create a signing job for IoT in AWS Signer
To start a signing job, you need to specify the following:
-
The source S3 bucket of the IoT binary to be signed
-
A signing profile
-
The destination S3 bucket for the signed file
A signing job has a status of InProgress while it is being processed,
and after completion, the status changes to Succeeded. If Signer is
unable to generate a signature, the signing job updates to Failed.
Signing fails for a zip file if the file is empty, already has a signature, or is
malformed.
To perform a signing job (CLI)
Use the following CLI commands to run and manage signing jobs.
To get the status of a particular signing job, use the following action or command:
For a list of all available signing jobs, including those in the Failed state, use the following action or command:
To perform a signing job (API)
Use the following API actions to run and manage signing jobs.
For more information about configurations and parameters related to signing jobs,
see SigningJob
in the AWS Signer API Reference.