Skip to content

Commit

Permalink
Sync with SCITT Getting started doc
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <[email protected]>
  • Loading branch information
SteveLasker committed Nov 29, 2023
1 parent 829e583 commit 5fa319e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ signed-statement.txt
scitt-signing-key.pem
scitt-receipt.txt
scitt/artifacts/_manifest/*
my-signing-key.pem
2 changes: 1 addition & 1 deletion scitt/create_signed_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def main():
args = parser.parse_args()

signing_key = open_signing_key(args.signing_key_file)
payload = open_payload(args.payload)
payload = open_payload(args.payload_file)

signed_statement = create_signed_statement(
signing_key, payload, args.feed, args.issuer
Expand Down

0 comments on commit 5fa319e

Please sign in to comment.