Graylog2 / fpm-recipes

Graylog package build recipes
http://docs.graylog.org/en/latest/pages/installation/operating_system_packages.html
18 stars 18 forks source link

Remove unneeded chain_cert_file prop #108

Closed danotorrey closed 3 years ago

danotorrey commented 3 years ago

The forwarder_grpc_tls_trust_chain_cert_file forwarder.conf property is no longer needed for production Cloud setups, since they now rely on a CA. If specified in forwarder.conf, it will cause the Forwarder to try and validate it. So, removing it here helps to avoid the error.

Making this change here avoids the error in new Forwarder OS package and Docker installations.

See https://github.com/Graylog2/graylog-cloud/issues/1081 for an example of customer-specific Forwarder values with the cert omitted.