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 3d76a02 commit 0bd0903Copy full SHA for 0bd0903
src/lib.rs
@@ -288,7 +288,7 @@ pub fn run() -> Result<()> {
288
intermediate_full_chain_cert: &intermediate_full_chain_cert,
289
intermediate_key: &intermediate_key,
290
target_cert: "edge_ca_cert_path.pem",
291
- target_key: "edge_ca_path.key.pem",
+ target_key: "edge_ca_key_path.key.pem",
292
subject: &device_id,
293
validity_days: days,
294
},
0 commit comments