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
The output plugin only supports passing in a .p12 for both trusts + any client cert/key pair. It'd be helpful to expand the docs by:
Mentioning that the .p12 can contain a client cert/key pair.
How to create a .p12 that's usable by the plugin.
Bullet two might seem a bit too out of scope, but I've encountered problems across different versions of Logstash. For example, the following worked great back with Logstash 5.4.0:
I spent so much time playing with RabbitMQ, Logstash, Java, SSL and all this stuff before stumbled across this post and make it work.
There are no words strong enough to express my endless gratitude to you, Robbie.
Best,
Roman Levitsky,
Systems Administrator, Exadel.
(Somewhat related to logstash-plugins/logstash-output-rabbitmq#39)
The output plugin only supports passing in a
.p12
for both trusts + any client cert/key pair. It'd be helpful to expand the docs by:.p12
can contain a client cert/key pair..p12
that's usable by the plugin.Bullet two might seem a bit too out of scope, but I've encountered problems across different versions of Logstash. For example, the following worked great back with Logstash
5.4.0
:(where
chain.pem
is a concatenated file containing Logstash's public cert + the signing authority of RabbitMQ's cert).But using the same method with Logstash
7.6.1
results in the following error:In order to build a working
.p12
on Logstash7.6.1
(using existing PEM encoded certs/keys), I had to use both openssl + Java'skeytool
:The text was updated successfully, but these errors were encountered: