Skip to content

Commit 0bd0903

Browse files
committed
fix: rename target key file name
1 parent 3d76a02 commit 0bd0903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pub fn run() -> Result<()> {
288288
intermediate_full_chain_cert: &intermediate_full_chain_cert,
289289
intermediate_key: &intermediate_key,
290290
target_cert: "edge_ca_cert_path.pem",
291-
target_key: "edge_ca_path.key.pem",
291+
target_key: "edge_ca_key_path.key.pem",
292292
subject: &device_id,
293293
validity_days: days,
294294
},

0 commit comments

Comments
 (0)