File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +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
10+ - Inject bootstrap certificate for edge CA issuance/renewal
1111- Device Update for IoT Hub:
1212 - manage updates (create, import, remove) (https://learn.microsoft.com/en-us/azure/iot-hub-device-update/import-concepts )
1313 - inject configuration file ` du-config.json ` (https://docs.microsoft.com/en-us/azure/iot-hub-device-update/device-update-configuration-file )
@@ -104,10 +104,10 @@ omnect-cli identity set-device-certificate-no-est --help
104104** Note1** : "device_id" has to match the ` registration_id ` respectively the ` device_id ` configured in ` config.toml ` .<br >
105105** Note2** : see [ ` config.toml.no-est.template ` ] ( conf/config.toml.no-est.template ) as a corresponding ` config.toml ` in case of using ` EST service ` .
106106
107- ### Inject edge CA certificate for module device/server certificate generation
107+ ### Inject bootstrap certificate for edge CA issuance/renewal
108108
109- Generate and set edge CA certificate for the generation of device and server
110- certificates. Technically, this command functions similarly ` set-device-identity ` :
109+ Generates a bootstrap certificate for edge CA issuance and renewal for production over EST. Technically, this command functions similarly
110+ ` set-device-identity ` :
111111
112112 1 . generates device specific credentials from a given intermediate certificate and key
113113 2 . injects credentials into a firmware image
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ pub enum IdentityConfig {
179179 #[ arg( short = 'p' , long = "pack-image" , value_enum) ]
180180 compress_image : Option < Compression > ,
181181 } ,
182- /// set edge-ca certificate that will be used for edge module device/server certificate generation .
182+ /// generate and set bootstrap certificate for edge ca issuance/renewal .
183183 SetEdgeCaCertificate {
184184 /// path to intermediate full-chain-certificate pem file
185185 #[ arg( short = 'c' , long = "intermediate-full-chain-cert" ) ]
You can’t perform that action at this time.
0 commit comments