mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +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
|
||||||
|
|
||||||
@ -461,4 +461,4 @@ client requests until it completes validation of all specified keys.
|
|||||||
|
|
||||||
- **Never** use the ``Play`` sandbox for production environments.
|
- **Never** use the ``Play`` sandbox for production environments.
|
||||||
|
|
||||||
.. end-kes-play-sandbox-warning
|
.. end-kes-play-sandbox-warning
|
||||||
|
Reference in New Issue
Block a user