3 Manifest File Example and Decoding

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

Manifest Files Example

ExampleFullManifest.jsonA single element full manifest file in JSON format.
ExampleManifestMCHP_CA.crtAn example of a manufacturing CA certificate produced by Microchip.
ExampleFullManifestDecode.pyA Python script that will read the example Manifest JSON file and decode it into its respective elements.