summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/runtime_shell/conf/in_http_tls_expect.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fluent-bit/tests/runtime_shell/conf/in_http_tls_expect.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/fluent-bit/tests/runtime_shell/conf/in_http_tls_expect.conf b/fluent-bit/tests/runtime_shell/conf/in_http_tls_expect.conf
new file mode 100644
index 00000000..2b66dff8
--- /dev/null
+++ b/fluent-bit/tests/runtime_shell/conf/in_http_tls_expect.conf
@@ -0,0 +1,13 @@
+@INCLUDE in_expect_base.conf
+
+[INPUT]
+ name http
+ tag target_input
+ listen ${LISTENER_HOST}
+ port ${LISTENER_PORT}
+ tls.verify no
+ tls on
+ tls.vhost ${LISTENER_VHOST}
+ tls.debug 4
+ tls.crt_file ${FLB_RUNTIME_SHELL_PATH}/tls/certificate.pem
+ tls.key_file ${FLB_RUNTIME_SHELL_PATH}/tls/private_key.pem \ No newline at end of file