From 7a7baaa427eaff1b60a1e70e98a5f31e1f44bda3 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 15 Jul 2025 21:09:50 +0100 Subject: [PATCH] docs(crowdsec): steps to setup crowdsec console --- apps/crowdsec/.env | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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