From 279a8fce89868dc2328083bf9103b9f6f45b75fb Mon Sep 17 00:00:00 2001 From: DiniFarb Date: Tue, 11 Jul 2023 07:38:42 +0200 Subject: [PATCH] Update readme: config file part Signed-off-by: DiniFarb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 788fd517..fda045ed 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ YAML configuration files can be specified with the `--config.file` flag. e.g. `. It is also possible to load the configuration from a URL. e.g. `.\windows_exporter.exe --config.file="https://example.com/config.yml"` +If you need to skip TLS verification, you can use the `--config.file.insecure-skip-verify` flag. e.g. `.\windows_exporter.exe --config.file="https://example.com/config.yml" --config.file.insecure-skip-verify` + ```yaml collectors: enabled: cpu,cs,net,service