I want to enable Security when using Filebeat and Logstash. I have created a Root CA. This Root Certificate creates an Intermediate CA. The intermediate CA is then used to create and sign my client and sever certificates for Filebeat and Logstash.
Root CA -> Intermediate CA -> Client/Server Certificate.
How do I specify the configuration of Filebeat? Do I specify both Root and Intermediate CA in ssl_certificate_authorities ?
Or do I just specify Root CA and filebeat would look up in hierarchy and validate Intermediate and Root both.
In case Root CA is trusted by my system, i.e. it is available in Trusted Root Certification Authorities of my system, do I still have to specify that Root either standalone or appended with Intermediate CA in ssl_certificate_authorities setting? Can I rely upon ELK stack to create a chain of Trust based on that?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.