From be6848b5131cdad8cd64b3539822ba8762916fe8 Mon Sep 17 00:00:00 2001 From: Ivan Wallis Date: Mon, 13 Dec 2021 22:25:10 -0800 Subject: [PATCH] signing attestation should private key Signed-off-by: Ivan Wallis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38fc7a6609c..a26ec0945bf 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,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 --key cosign.pub +$ cosign attest --predicate --key cosign.key ``` All of the standard key management systems are supported.