minkms env
Print environment variables used by the MinIO KMS server process.
The following settings determine which remote MinIO KMS server the command runs against in order of priority:
- The
MINIO_KMS_SERVERenvironment variable. - The default value of
https://localhost:7373.
SYNTAX
minkms env \
[--json] \
[--share] \
[NAME]...
PARAMETERS
NAME
Optional, Repeatable
Specify one or more name(s) of environment variables to print. If omitted, prints all MinIO KMS environment variables.
--json
Optional
Print output in JSON format.
--share
Optional
Replace sensitive values with ***.