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.json | A single element full manifest file in JSON format. |
ExampleManifestMCHP_CA.crt | An example of a manufacturing CA certificate produced by Microchip. |
ExampleFullManifestDecode.py | A Python script that will read the example Manifest JSON file and decode it into its respective elements. |