Add missing docs for TLS config (#1565)

## Description

This should be highlighted given the use in testing

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-11-20 17:28:32 -08:00 committed by GitHub
parent e7200f193b
commit 990e5514d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,3 +144,9 @@ need to use the following flag with the initial Corso `repo init` command:
```bash
--endpoint <domain.example.com>
```
### 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.