Add TLS auth keys to config.yaml (#372)

* Update crowdsec-firewall-bouncer.yaml

* Update crowdsec-firewall-bouncer.yaml
This commit is contained in:
Laurence Jones
2024-06-24 09:01:25 +01:00
committed by GitHub
parent 377a76cc3d
commit 270a495370

View File

@@ -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