Configure SSL for each Elastic node

To create a pem that holds multiple certificates, you can simply concatenate the pem files that hold individual certificates together (this is not unique to Logstash -- it's part of the PEM format):

cat a.pem b.pem c.pem > combined-abc.pem