From 01f0e5956ad295a92847568c58aaa162c35652a7 Mon Sep 17 00:00:00 2001 From: Michael Van Winkle Date: Fri, 18 Apr 2025 13:31:04 -0700 Subject: [PATCH] Update README.md Updating the README to specify the correct number of characters needed to generate the key using openssl. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7874a6..6d8a524 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Python 3 It has to be exactly 32 characters long. You can use https://1password.com/password-generator/ to generate strong passwords. Alternatively, use the OpenSSL library to generate a secure password: ```bash - openssl rand -base64 24 + openssl rand -base64 32 ``` 4. Verify your `.env` file has the following variables filled.