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
orSHA1
, 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
orRSA
, 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 AWS SDKs, see the following: