docs: update byte size for openssl command (#12587)

This commit is contained in:
Igor Perzic
2023-11-29 15:15:04 +00:00
committed by GitHub
parent 8b24995d52
commit bae3bd76e5
+1 -1
View File
@@ -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=""