1
0
Fork 0
telegraf/config/testdata/wrong_cert_path.toml

6 lines
129 B
TOML
Raw Permalink Normal View History

[[inputs.http_listener_v2]]
write_timeout = "1s"
max_body_size = "1MiB"
tls_cert = "invalid.pem"
tls_key = "invalid.key"