@@ -7,6 +7,7 @@ omnect-cli is a command-line tool to manage omnect-os empowered devices. It prov
77- Identity configuration:
88 - Inject general identity configuration for AIS (Azure Identity Service)
99 - Inject a device certificate and key
10+ - Inject edge CA certificate for device/server certificate creation
1011- Device Update for IoT Hub:
1112 - manage updates (create, import, remove) (https://learn.microsoft.com/en-us/azure/iot-hub-device-update/import-concepts )
1213 - inject configuration file ` du-config.json ` (https://docs.microsoft.com/en-us/azure/iot-hub-device-update/device-update-configuration-file )
@@ -103,6 +104,20 @@ omnect-cli identity set-device-certificate-no-est --help
103104** Note1** : "device_id" has to match the ` registration_id ` respectively the ` device_id ` configured in ` config.toml ` .<br >
104105** Note2** : see [ ` config.toml.no-est.template ` ] ( conf/config.toml.no-est.template ) as a corresponding ` config.toml ` in case of using ` EST service ` .
105106
107+ ### Inject edge CA certificate for module device/server certificate generation
108+
109+ Generate and set edge CA certificate for the generation of device and server
110+ certificates. Technically, this command functions similarly ` set-device-identity ` :
111+
112+ 1 . generates device specific credentials from a given intermediate certificate and key
113+ 2 . injects credentials into a firmware image
114+
115+ Detailed description:
116+ ``` sh
117+ omnect-cli identity set-edge-ca-certificate --help
118+ ```
119+ ** Note** : "device_id" has to match the ` registration_id ` respectively the ` device_id ` configured in ` config.toml ` .<br >
120+
106121## Device Update for IoT Hub
107122### Create import manifest
108123This command creates the device update import manifest which is used later by the ` import-update ` command.
0 commit comments