...
1## cosign piv-tool set-puk
2
3sets the PUK on a hardware token
4
5```
6cosign piv-tool set-puk [flags]
7```
8
9### Options
10
11```
12 -h, --help help for set-puk
13 --new-puk string new PUK, uses default if empty
14 --old-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