Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 951 Bytes

cosign_pkcs11-tool_list-keys-uris.md

File metadata and controls

31 lines (22 loc) · 951 Bytes

cosign pkcs11-tool list-keys-uris

list-keys-uris lists URIs of all keys in a PKCS11 token

cosign pkcs11-tool list-keys-uris [flags]

Options

  -h, --help                 help for list-keys-uris
      --module-path string   absolute path to the PKCS11 module
      --pin string           pin of the PKCS11 slot, uses environment variable COSIGN_PKCS11_PIN if empty
      --slot-id uint         id of the PKCS11 slot, uses 0 if empty

Options inherited from parent commands

  -f, --no-input             skip warnings and confirmations
      --output-file string   log output to a file
  -t, --timeout duration     timeout for commands (default 3m0s)
  -d, --verbose              log debug output
  -y, --yes                  skip confirmation prompts for non-destructive operations

SEE ALSO