Skip to content

Commit

Permalink
signing attestation should private key (#1200)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Wallis <ivan.wallis@venafi.com>
  • Loading branch information
venafi-iw authored Dec 14, 2021
1 parent 6e397c2 commit 4d4c830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The specification for these is defined [here](https://github.com/in-toto/attesta
You can create and sign one from a local predicate file using the following commands:

```shell
$ cosign attest --predicate <file> --key cosign.pub <image>
$ cosign attest --predicate <file> --key cosign.key <image>
```

All of the standard key management systems are supported.
Expand Down

0 comments on commit 4d4c830

Please sign in to comment.