From: mprasil Date: Fri, 26 Jan 2018 10:01:06 +0000 (+0000) Subject: Add example with custom CA (#289) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9a2653032ef29f5e8b6998ab2f7cd0d817680b01;p=blackbox_exporter.git Add example with custom CA (#289) --- diff --git a/example.yml b/example.yml index 7d09cf7..66c91fc 100644 --- a/example.yml +++ b/example.yml @@ -37,6 +37,12 @@ modules: basic_auth: username: "username" password: "mysecret" + http_custom_ca_example: + prober: http + http: + method: GET + tls_config: + ca_file: "/certs/my_cert.crt" tls_connect: prober: tcp timeout: 5s