minkms stat-key

Print key status information, including version history, cryptographic key type, creation date, and owner identity.

The following settings determine which remote Key Manager server the command runs against in order of priority:

  1. The MINIO_KMS_SERVER environment variable.
  2. The default value of https://localhost:7373.

SYNTAX

minkms stat-key         \
  NAME...               \
  [-a | --api-key KEY]  \
  [-e | --enclave NAME] \
  [-v | --version VER]  \
  [--json]              \
  [-k | --insecure]

PARAMETERS

NAME

Required, Repeatable

The name(s) of the key(s) to fetch metadata for.

--api-key

Optional

Alias: -a

The API key of an identity the command uses to authenticate to the Key Manager cluster. Defaults to the value of MINIO_KMS_API_KEY.

--enclave

Optional

Alias: -e

Fetch metadata from key within the specified enclave.

--version

Optional

Alias: -v

Fetch metadata for the specified key version. Defaults to latest currently used key version.

--json

Optional

Print output in JSON format.

--insecure

Optional

Alias: -k

Skip server certificate verification.