From 270a49537032596e6cfcaeb6744b13458cdd934d Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Mon, 24 Jun 2024 09:01:25 +0100 Subject: [PATCH] Add TLS auth keys to config.yaml (#372) * Update crowdsec-firewall-bouncer.yaml * 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..304a9401 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: /etc/crowdsec/tls/cert.pem +# key_path: /etc/crowdsec/tls/key.pem +# ca_cert_path: /etc/crowdsec/tls/ca.crt insecure_skip_verify: false disable_ipv6: false deny_action: DROP