...
1## cosign piv-tool unblock
2
3unblocks the hardware token, sets a new PIN
4
5```
6cosign piv-tool unblock [flags]
7```
8
9### Options
10
11```
12 -h, --help help for unblock
13 --new-PIN string new PIN, uses default if empty
14 --puk string existing PUK, uses default if empty
15```
16
17### Options inherited from parent commands
18
19```
20 -f, --no-input skip warnings and confirmations
21 --output-file string log output to a file
22 -t, --timeout duration timeout for commands (default 3m0s)
23 -d, --verbose log debug output
24```
25
26### SEE ALSO
27
28* [cosign piv-tool](cosign_piv-tool.md) - Provides utilities for managing a hardware token
29
View as plain text