minkms add

Add a new minkms server to an existing Key Manager cluster.

SYNTAX

minkms add              \
  HOST[:PORT]           \
  [-a | --api-key KEY]  \
  [-k | --insecure]

PARAMETERS

HOST[:PORT]

Required

The address (and optional port) of the node to add.

:PORT defaults to 7373 if omitted.

--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 if set.

--insecure

Optional

Alias : -k

Skip server certificate verification.

All Rights Reserved 2024-Present, MinIO, Inc.