I've created a root ca, and an intermediate ca. I signed my logstash server cert with the intermediate CA. I know my certificate system is working (as I'm using it on other software's and it's fine).
Problem is - does logstash and filebeat work with an intermediate CA or not? I see conflicting reports.
I've got the ssl set to true, ssl_certificate is a PEM with my server cert -> intermediate cert -> root cert (in that order)
and then filebeat is set up to trust the root cert.
However, it's still not working. When I call logstash with openssl it only presents the Server cert.