...
1## cosign piv-tool attestation
2
3attestation contains commands to manage a hardware token
4
5```
6cosign piv-tool attestation [flags]
7```
8
9### Options
10
11```
12 -h, --help help for attestation
13 -o, --output string format to output attestation information in. (text|json) (default "text")
14 --slot string Slot to use for generated key (authentication|signature|card-authentication|key-management)
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