Skip to content

Commit 5124191

Browse files
Merge #358
358: Update eif-tools r=Pagten a=raoulstrackx Pulls in the latest version of AWS cli tools Co-authored-by: Raoul Strackx <[email protected]>
2 parents 3920f40 + 31d0bcb commit 5124191

File tree

3 files changed

+12
-92
lines changed

3 files changed

+12
-92
lines changed

Cargo.lock

Lines changed: 10 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fortanix-vme/eif-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ clap = "2.33"
1919
elf = "0.0.10"
2020
env_logger = "0.9"
2121
log = "0.4"
22-
nitro-cli = { git = "https://github.com/fortanix/aws-nitro-enclaves-cli.git", branch = "raoul/nitro_cli_lib" }
22+
nitro-cli = { git = "https://github.com/fortanix/aws-nitro-enclaves-cli.git", branch = "main" }
2323
sha2 = "0.9.5"
2424
tempdir = "0.3"

fortanix-vme/eif-tools/src/bin/eif-sign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn main() {
7979
exit(1);
8080
}
8181

82-
if let Err(e) = builder.add_sign_info(signing_certificate, private_key) {
82+
if let Err(e) = builder.set_sign_info(signing_certificate, private_key) {
8383
println!("Could not parse given certificate and key: {:?}", e);
8484
exit(1);
8585
};

0 commit comments

Comments
 (0)