From 990e5514d22d590aa8a70e6d484730a7fac0b18f Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Sun, 20 Nov 2022 17:28:32 -0800 Subject: [PATCH] Add missing docs for TLS config (#1565) ## Description This should be highlighted given the use in testing ## Type of change - [x] :world_map: Documentation --- docs/docs/setup/repos.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/setup/repos.md b/docs/docs/setup/repos.md index 7a6a4ca62..634519b80 100644 --- a/docs/docs/setup/repos.md +++ b/docs/docs/setup/repos.md @@ -144,3 +144,9 @@ need to use the following flag with the initial Corso `repo init` command: ```bash --endpoint ``` + +### Testing with insecure TLS configurations + +Corso also supports the use of object storage systems with no TLS certificate or with self-signed +TLS certificates with the `--disable-tls` or `--disable-tls-verification` flags. +[These flags](../cli/corso_repo_init_s3) should only be used for testing.