...
1## cosign pkcs11-tool list-keys-uris
2
3list-keys-uris lists URIs of all keys in a PKCS11 token
4
5```
6cosign pkcs11-tool list-keys-uris [flags]
7```
8
9### Options
10
11```
12 -h, --help help for list-keys-uris
13 --module-path string absolute path to the PKCS11 module
14 --pin string pin of the PKCS11 slot, uses environment variable COSIGN_PKCS11_PIN if empty
15 --slot-id uint id of the PKCS11 slot, uses 0 if empty
16```
17
18### Options inherited from parent commands
19
20```
21 -f, --no-input skip warnings and confirmations
22 --output-file string log output to a file
23 -t, --timeout duration timeout for commands (default 3m0s)
24 -d, --verbose log debug output
25```
26
27### SEE ALSO
28
29* [cosign pkcs11-tool](cosign_pkcs11-tool.md) - Provides utilities for retrieving information from a PKCS11 token.
30
View as plain text