From 9b1da983861181f89de2ee8e31aeeee41cf2858b Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 19 Apr 2023 18:44:19 +0200 Subject: [PATCH] docs: Explain how to create random keys for encryption and webhook secret keys --- packages/docs/pages/guide/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/docs/pages/guide/installation.md b/packages/docs/pages/guide/installation.md index 91fa423c..cab99a00 100644 --- a/packages/docs/pages/guide/installation.md +++ b/packages/docs/pages/guide/installation.md @@ -74,6 +74,10 @@ REDIS_TLS= ::: +::: info +You can use the `openssl rand -base64 36` command in your terminal to generate a random string for the `ENCRYPTION_KEY` and `WEBHOOK_SECRET_KEY` environment variables. +::: + ## Render