diff --git a/apps/crowdsec/.env b/apps/crowdsec/.env index 831f435..98c106a 100644 --- a/apps/crowdsec/.env +++ b/apps/crowdsec/.env @@ -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. \ No newline at end of file +# 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 \ No newline at end of file