Using SSL to ship from NXlog to Logstash

后端 未结 1 1427
不知归路
不知归路 2021-01-26 14:08

I have NXLog shipping my Windows Events to another Logstash machine working fine in just TCP. But I want to encrypt the traffic using a self signed certificate. I think I have

相关标签:
1条回答
  • 2021-01-26 14:25

    CertFile and CertKeyFile can be used for client side cert based authentication, i.e. if you want trusted ssl connections. These are optional, if you want only encrypted traffic then leave these out.

    CAFile is the certificate used to verify the remote end (server).

    0 讨论(0)
提交回复
热议问题