mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
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:
parent
216fa57b88
commit
c19ece6921
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user