update KMS guide to reflect latest KES changes (#9591)

This commit updates the two client env. variables:
```
KES_CLIENT_TLS_KEY_FILE
KES_CLIENT_TLS_CERT_FILE
```

The KES CLI client expects the client key and certificate
as `KES_CLIENT_KEY` resp. `KES_CLIENT_CERT`.
master
Andreas Auernhammer 5 years ago committed by GitHub
parent 216fa57b88
commit c19ece6921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/kms/README.md

@ -368,8 +368,8 @@ MinIO identity and the KES CLI.
In a new terminal window become the MinIO identity via: In a new terminal window become the MinIO identity via:
``` ```
export KES_CLIENT_TLS_KEY_FILE=minio.key export KES_CLIENT_KEY=minio.key
export KES_CLIENT_TLS_CERT_FILE=minio.cert export KES_CLIENT_CERT=minio.cert
``` ```
Then create the master key by running: Then create the master key by running:

Loading…
Cancel
Save