mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
Fixing incorrect KES example
This commit is contained in:
@@ -338,8 +338,8 @@ deployment. This command assumes the ``minio-kes.cert``, ``minio-kes.key``, and
|
|||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
export MINIO_KMS_KES_ENDPOINT=https://HOSTNAME:7373
|
export MINIO_KMS_KES_ENDPOINT=https://HOSTNAME:7373
|
||||||
export MINIO_KMS_KES_CLIENT_CERT=~/minio-kes.cert
|
export MINIO_KMS_KES_CERT_FILE=~/minio-kes.cert
|
||||||
export MINIO_KMS_KES_CLIENT_KEY=~/minio-kes.key
|
export MINIO_KMS_KES_KEY_FILE=~/minio-kes.key
|
||||||
export MINIO_KMS_KES_CAPATH=~/server.cert
|
export MINIO_KMS_KES_CAPATH=~/server.cert
|
||||||
export MINIO_KMS_KES_KEY_NAME=minio-backend-default-key
|
export MINIO_KMS_KES_KEY_NAME=minio-backend-default-key
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user