Update mcs tls with minio doc (#195)

This commit is contained in:
Lenin Alevski
2020-07-16 19:27:07 -07:00
committed by GitHub
parent 44551ac292
commit 76f7c540c1

View File

@@ -119,7 +119,7 @@ export MCS_MINIO_SERVER=http://localhost:9000
```
...
export MCS_MINIO_SERVER_TLS_SKIP_VERIFICATION=on
export MCS_MINIO_SERVER_TLS_ROOT_CAS=<certificate_file_name>
export MCS_MINIO_SERVER=https://localhost:9000
./mcs server
```