Skip to content

Commit

Permalink
docs: correct sign policy file command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored and jkjell committed Nov 27, 2023
1 parent 752b9e0 commit 8dde14c
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 @@ -234,7 +234,7 @@ pubb64=`cat testpub.pem | base64 -w 0` && sed -i "s/{{B64_PUBLIC_KEY}}/$pubb64/g
Keep this key safe, its owner will control the policy gates.

```
witness sign -f policy.json --key testkey.pem --outfile policy-signed.json
witness sign -f policy.json --signer-file-key-path testkey.pem --outfile policy-signed.json
```

### Verify the Binary Meets Policy Requirements
Expand Down

0 comments on commit 8dde14c

Please sign in to comment.