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.