You can perform the following operations for the device certificate.
generate
- You can generate multiple device certificates at a time.register
- You can register multiple generated device certificates.getcertstatus
- Once you register the device certificates, you can check the device certificate registration status.
Adding Custom Data
There could often be a requirement to add some custom data to the nvs binaries generated. Such custom data can be added using the formats specified by the ESP IDF Manufacturing Utility. The config file and values file can be given as input by setting the ADDITIONAL_CONFIG
and ADDITIONAL_VALUES
fields in config/binary_config.ini. Please check out samples for such files at samples/extra_config.csv and samples/extra_values.csv