Skip to content

Commit

Permalink
docs: Point out where keys are stored in sign-payload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
znewman01 committed Apr 5, 2022
1 parent 0e25bb5 commit 0f31e2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ See also `tuf sign-payload` and `tuf add-signatures`.

#### `tuf sign-payload --role=<role> <path>`

Sign a file (outside of the TUF repo) using keys for the given `role` (from the TUF repo).
Sign a file (outside of the TUF repo) using keys (in the TUF keys database,
typically produced by `tuf gen-key`) for the given `role` (from the TUF repo).

Typically, `path` will be the output of `tuf payload`.

Expand Down

0 comments on commit 0f31e2b

Please sign in to comment.