mirror of
https://github.com/crowdsecurity/cs-firewall-bouncer.git
synced 2024-08-19 01:18:49 +03:00
Add TLS auth keys to config.yaml (#372)
* Update crowdsec-firewall-bouncer.yaml * Update crowdsec-firewall-bouncer.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user