Manifest File Example and Decoding

The following subsections provide examples of a manifest file entry, manifest CA certificate and a Python code example that can be used to decode the manifest file. These files can be downloaded from the Microchip website at Manifest Example Files. The content of the download file is shown below.

Manifest Files Example

ExampleManifest.json
A single element manifest file in json format.
ExampleManifestMCHP_CA.crt
An example of a manufacturing CA certificate produced by Microchip.
ExampleManifestDecode.py
A Python script that will read the example Manifest json file and decode it into its respective elements.