From 9a2653032ef29f5e8b6998ab2f7cd0d817680b01 Mon Sep 17 00:00:00 2001 From: mprasil Date: Fri, 26 Jan 2018 10:01:06 +0000 Subject: [PATCH] Add example with custom CA (#289) --- example.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.25.1