CustomCodeSigning - Amazon IoT
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CustomCodeSigning

Describes a custom method used to code sign a file.

Contents

certificateChain

The certificate chain.

Type: CodeSigningCertificateChain object

Required: No

hashAlgorithm

The hash algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses SHA256 or SHA1, so you can pass either of them based on which was used for generating the signature.

Type: String

Required: No

signature

The signature for the file.

Type: CodeSigningSignature object

Required: No

signatureAlgorithm

The signature algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses ECDSA or RSA, so you can pass either of them based on which was used for generating the signature.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: