From 1eafe41a7d5fb3aa61ba021a6045f51ec2b2cb09 Mon Sep 17 00:00:00 2001 From: ravindk89 Date: Mon, 29 Nov 2021 19:11:20 -0500 Subject: [PATCH] Fixing incorrect KES example --- source/includes/common-minio-kes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/common-minio-kes.rst b/source/includes/common-minio-kes.rst index 9f12c137..296bb866 100644 --- a/source/includes/common-minio-kes.rst +++ b/source/includes/common-minio-kes.rst @@ -338,8 +338,8 @@ deployment. This command assumes the ``minio-kes.cert``, ``minio-kes.key``, and :class: copyable export MINIO_KMS_KES_ENDPOINT=https://HOSTNAME:7373 - export MINIO_KMS_KES_CLIENT_CERT=~/minio-kes.cert - export MINIO_KMS_KES_CLIENT_KEY=~/minio-kes.key + export MINIO_KMS_KES_CERT_FILE=~/minio-kes.cert + export MINIO_KMS_KES_KEY_FILE=~/minio-kes.key export MINIO_KMS_KES_CAPATH=~/server.cert export MINIO_KMS_KES_KEY_NAME=minio-backend-default-key @@ -461,4 +461,4 @@ client requests until it completes validation of all specified keys. - **Never** use the ``Play`` sandbox for production environments. -.. end-kes-play-sandbox-warning \ No newline at end of file +.. end-kes-play-sandbox-warning