Skip to content

Commit 270a495

Browse files
Add TLS auth keys to config.yaml (#372)
* Update crowdsec-firewall-bouncer.yaml * Update crowdsec-firewall-bouncer.yaml
1 parent 377a76c commit 270a495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/crowdsec-firewall-bouncer.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ log_max_backups: 3
99
log_max_age: 30
1010
api_url: http://127.0.0.1:8080/
1111
api_key: ${API_KEY}
12+
## TLS Authentication
13+
# cert_path: /etc/crowdsec/tls/cert.pem
14+
# key_path: /etc/crowdsec/tls/key.pem
15+
# ca_cert_path: /etc/crowdsec/tls/ca.crt
1216
insecure_skip_verify: false
1317
disable_ipv6: false
1418
deny_action: DROP

0 commit comments

Comments
 (0)