From 76f7c540c1a0461ec9aa166771a8db51e7a5ee4e Mon Sep 17 00:00:00 2001 From: Lenin Alevski Date: Thu, 16 Jul 2020 19:27:07 -0700 Subject: [PATCH] Update mcs tls with minio doc (#195) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4fa3c0d2..7fb344ded 100644 --- a/README.md +++ b/README.md @@ -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= export MCS_MINIO_SERVER=https://localhost:9000 ./mcs server ```