Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix piv-tool generate-key command in TOKENS doc
[cosign/TOKENS\.md at main · sigstore/cosign](https://github.com/sigstore/cosign/blob/main/TOKENS.md) says: ... *run the* `cosign generate-key` *command* ... Which yields this error: ``` $ cosign generate-key Error: unknown command "generate-key" for "cosign" ``` The documentation is simply missing the `piv-tool` sub-command. Resolves: sigstore#1849 Also fix make target for custom build: was make cosign-pivkey now make cosign-pivkey-pkcs11key. Drop old, brittle reference to line in Makefile. Also note need to `cd cmd/cosign`. See also: sigstore#1853 Signed-off-by: Neal McBurnett <neal@mcburnett.org>
- Loading branch information