From 05aac93a607288fd07248ddfdd6ef8bbab9d7dfc Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Wed, 19 Jun 2024 20:13:03 +0100 Subject: [PATCH] Update crowdsec-firewall-bouncer.yaml --- config/crowdsec-firewall-bouncer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/crowdsec-firewall-bouncer.yaml b/config/crowdsec-firewall-bouncer.yaml index 16b0198a..b977c7b5 100644 --- a/config/crowdsec-firewall-bouncer.yaml +++ b/config/crowdsec-firewall-bouncer.yaml @@ -9,6 +9,10 @@ log_max_backups: 3 log_max_age: 30 api_url: http://127.0.0.1:8080/ api_key: ${API_KEY} +## TLS Authentication +#cert_path: /path/to/file +#key_path: /path/to/file +#ca_cert_path: /path/to/file insecure_skip_verify: false disable_ipv6: false deny_action: DROP