From f1ea31f24a35ad66bdb432d2a15d15d0761c846e Mon Sep 17 00:00:00 2001 From: alnoam Date: Sun, 19 Jan 2025 11:04:50 +0200 Subject: [PATCH] Update verify_certificate options --- docs/configs/clearml_conf.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configs/clearml_conf.md b/docs/configs/clearml_conf.md index dca0ba89..859c7bd9 100644 --- a/docs/configs/clearml_conf.md +++ b/docs/configs/clearml_conf.md @@ -831,7 +831,8 @@ This configuration option is experimental, and has not been vigorously tested, s The values are: * `true` - Verify - * `false` - Do not verify. + * `false` - Do not verify. + * `path/to/certificate` - The certificate file to use for verification. :::warning Set to False only if required.