From bae3bd76e5dcafbd01564eead6e753f3e2091c06 Mon Sep 17 00:00:00 2001 From: Igor Perzic Date: Wed, 29 Nov 2023 16:15:04 +0100 Subject: [PATCH] docs: update byte size for openssl command (#12587) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 64a1bfcf77..c99d2dff3c 100644 --- a/.env.example +++ b/.env.example @@ -266,7 +266,7 @@ CALCOM_WEBHOOK_SECRET="" CALCOM_WEBHOOK_HEADER_NAME="calcom-webhook-secret" CALCOM_CREDENTIAL_SYNC_ENDPOINT="" # Key should match on Cal.com and your application -# must be 32 bytes for AES256 encryption algorithm +# must be 24 bytes for AES256 encryption algorithm # You can use: `openssl rand -base64 24` to generate one CALCOM_APP_CREDENTIAL_ENCRYPTION_KEY=""