We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80a2a7 commit edde899Copy full SHA for edde899
src/cli.rs
@@ -179,7 +179,7 @@ pub enum IdentityConfig {
179
#[arg(short = 'p', long = "pack-image", value_enum)]
180
compress_image: Option<Compression>,
181
},
182
- /// set edge-ca certificates in order to support X.509 based DPS provisioning and certificate renewal via EST for web services provided by the device
+ /// set edge-ca certificate that will be used for edge module device/server certificate generation.
183
SetEdgeCaCertificate {
184
/// path to intermediate full-chain-certificate pem file
185
#[arg(short = 'c', long = "intermediate-full-chain-cert")]
0 commit comments