Skip to content

Commit

Permalink
Add TLS auth keys to config.yaml (#372)
Browse files Browse the repository at this point in the history
* Update crowdsec-firewall-bouncer.yaml

* Update crowdsec-firewall-bouncer.yaml
  • Loading branch information
LaurenceJJones authored Jun 24, 2024
1 parent 377a76c commit 270a495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/crowdsec-firewall-bouncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 270a495

Please sign in to comment.