From 6cc352ac5b90c16f0c1f9352c6b0041d7bbfe4ab Mon Sep 17 00:00:00 2001 From: Niels Hofmans Date: Tue, 26 May 2020 11:54:59 +0200 Subject: [PATCH] fix: use client-auth-method required --- filebeat/module/checkpoint/firewall/config/firewall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebeat/module/checkpoint/firewall/config/firewall.yml b/filebeat/module/checkpoint/firewall/config/firewall.yml index 0655a4a1e5e..558bdab1644 100644 --- a/filebeat/module/checkpoint/firewall/config/firewall.yml +++ b/filebeat/module/checkpoint/firewall/config/firewall.yml @@ -15,7 +15,7 @@ protocol.tcp: certificate_authorities: ["{{.cafile}}"] certificate: "{{.certfile}}" key: "{{.keyfile}}" - client_authentication: "full" + client_authentication: "required" {{ if ne .pipeline "" }} pipeline: "{{.pipeline}}" {{ end }}