docs(crowdsec): steps to setup crowdsec console

This commit is contained in:
Viren070
2025-07-15 21:09:50 +01:00
parent e6423d54ed
commit 7a7baaa427
+8 -1
View File
@@ -2,4 +2,11 @@
# echo "$(openssl rand -base64 64 | tr -d '=/' | tr -d '\n')"
CROWDSEC_LAPI_KEY=
# Make sure to uncomment the related lines in TRAEFIK's compose.yaml, including the depends_on crowdsec condition.
# Make sure to uncomment the related lines in TRAEFIK's compose.yaml, including the depends_on crowdsec condition.
# To setup the Crowdsec Console, follow these steps:
# 1. Go to https://app.crowdsec.net/
# 2. Create an account and log in.
# 3. Add a new security engine
# 4. You'll get an enrollment key, run this command to enroll your Crowdsec instance:
# docker exec crowdsec cscli console enroll YOUR_ENROLLMENT_KEY_HERE