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