You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Software like haproxy require ssl keys to be in the same pem file like certs and chains.
Though, the plugins fails to handle that case when using local file input.
Relevant telegraf.conf:
[[inputs.x509_cert]]
# parse a local pem file that includes cert+chain+keysources= ["/etc/ssl/private/something.pem"]
~
Software like haproxy require ssl keys to be in the same pem file like certs and chains.
Though, the plugins fails to handle that case when using local file input.
Relevant telegraf.conf:
System info:
Telegraf 1.13.0 (git: HEAD 773e4ca)
Steps to reproduce:
Expected behavior:
The plugin should just skip over the ssl key and only parse certificates.
Actual behavior:
The plugin aborts as the ssl key is not a valid certificate.
Additional info:
The pem module has an example how to parse this:
The text was updated successfully, but these errors were encountered: