summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime_shell/conf/in_syslog_tcp_tls_expect.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/tests/runtime_shell/conf/in_syslog_tcp_tls_expect.conf')
-rw-r--r--src/fluent-bit/tests/runtime_shell/conf/in_syslog_tcp_tls_expect.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/fluent-bit/tests/runtime_shell/conf/in_syslog_tcp_tls_expect.conf b/src/fluent-bit/tests/runtime_shell/conf/in_syslog_tcp_tls_expect.conf
new file mode 100644
index 000000000..afa28e6f5
--- /dev/null
+++ b/src/fluent-bit/tests/runtime_shell/conf/in_syslog_tcp_tls_expect.conf
@@ -0,0 +1,14 @@
+@INCLUDE in_expect_base.conf
+
+[INPUT]
+ name syslog
+ tag target_input
+ listen ${LISTENER_HOST}
+ port ${LISTENER_PORT}
+ mode tcp
+ 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