diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index 3f6923d812..dabac58b79 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -182,6 +182,13 @@ these parameters, you could use the following options. ```dvc $ dvc remote modify myremote use_ssl false ``` + +- `ssl_verify` - whether or not to verify SSL certificates. + By default SSL certificates are verified. + + ```dvc + $ dvc remote modify myremote verify_ssl false + ``` - `listobjects` - whether or not to use `list_objects`. By default, `list_objects_v2` is used. Useful for ceph and other S3 emulators.