Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jul 6, 2022
1 parent bf2d9ec commit 7d16021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/sign_blob_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ BLOB=verify-experimental-blob
date > $BLOB
cat $BLOB

# echo "Sign the blob with cosign first and upload to rekor"
# $COSIGN_CLI sign-blob --output-certificate blob.cert --output-signature blob.sig $BLOB
echo "Sign the blob with cosign first and upload to rekor"
$COSIGN_CLI sign-blob --output-certificate blob.cert --output-signature blob.sig $BLOB

# echo "Verifying ..."
# $COSIGN_CLI verify-blob --signature blob.sig --cert blob.cert $BLOB
echo "Verifying ..."
$COSIGN_CLI verify-blob --signature blob.sig --cert blob.cert $BLOB

# Now, sign the blob with a self-signed certificate and upload to rekor
SIG_FILE=verify-experimental-signature
Expand Down

0 comments on commit 7d16021

Please sign in to comment.