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`.
This commit is contained in:
Andreas Auernhammer
2020-05-14 23:02:43 +02:00
committed by GitHub
parent 216fa57b88
commit c19ece6921

View File

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