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 61f42be commit e30ec2cCopy full SHA for e30ec2c
src/cli.rs
@@ -172,7 +172,7 @@ pub enum IdentityConfig {
172
#[arg(short = 'p', long = "pack-image", value_enum)]
173
compress_image: Option<Compression>,
174
},
175
- /// 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.
176
SetEdgeCaCertificate {
177
/// path to intermediate full-chain-certificate pem file
178
#[arg(short = 'c', long = "intermediate-full-chain-cert")]
0 commit comments