summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime_shell/conf/in_http_tls_expect.conf
blob: 2b66dff87f4d58c653bf64003db9f59ecefc4e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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