Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct sign policy file command in README.md #311

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

shenxianpeng
Copy link
Contributor

Fixup of #289

Before

witness sign -f policy.json --key testkey.pem --outfile policy-signed.json
ERROR   unknown flag: --key 

After

witness sign -f policy.json --signer-file-key-path testkey.pem --outfile policy-signed.json
INFO    Using config file: .witness.yaml   

@shenxianpeng shenxianpeng changed the title Correct sign policy file command in README.md docs: correct sign policy file command in README.md Nov 23, 2023
@jkjell jkjell force-pushed the docs/update-readme branch from 62d4895 to 780e1c6 Compare November 27, 2023 20:52
Copy link
Member

@jkjell jkjell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@jkjell jkjell merged commit 8dde14c into in-toto:main Nov 27, 2023
7 checks passed
@shenxianpeng shenxianpeng deleted the docs/update-readme branch November 27, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants