...
1## cosign piv-tool
2
3Provides utilities for managing a hardware token
4
5### Options
6
7```
8 -h, --help help for piv-tool
9 -f, --no-input skip warnings and confirmations
10```
11
12### Options inherited from parent commands
13
14```
15 --output-file string log output to a file
16 -t, --timeout duration timeout for commands (default 3m0s)
17 -d, --verbose log debug output
18```
19
20### SEE ALSO
21
22* [cosign](cosign.md) - A tool for Container Signing, Verification and Storage in an OCI registry.
23* [cosign piv-tool attestation](cosign_piv-tool_attestation.md) - attestation contains commands to manage a hardware token
24* [cosign piv-tool generate-key](cosign_piv-tool_generate-key.md) - generate-key generates a new signing key on the hardware token
25* [cosign piv-tool reset](cosign_piv-tool_reset.md) - reset resets the hardware token completely
26* [cosign piv-tool set-management-key](cosign_piv-tool_set-management-key.md) - sets the management key of a hardware token
27* [cosign piv-tool set-pin](cosign_piv-tool_set-pin.md) - sets the PIN on a hardware token
28* [cosign piv-tool set-puk](cosign_piv-tool_set-puk.md) - sets the PUK on a hardware token
29* [cosign piv-tool unblock](cosign_piv-tool_unblock.md) - unblocks the hardware token, sets a new PIN
30
View as plain text