Skip to content

docs: simplify APP_KEY generation command#114

Merged
alexjustesen merged 2 commits into
alexjustesen:mainfrom
jakob1379:fix/secret-generation
Apr 13, 2026
Merged

docs: simplify APP_KEY generation command#114
alexjustesen merged 2 commits into
alexjustesen:mainfrom
jakob1379:fix/secret-generation

Conversation

@jakob1379
Copy link
Copy Markdown

The existing recommended command risks generating invalid keys

echo -n 'base64:'; openssl rand -base64 32;
base64:WARNING: can't open config file: etc/ssl/openssl.cnf
NJv8dNoTomXDTKOBbeG8i0+Dk/LjN6ic0773/rFDZUk=

This brings stronger string building without risks of including warning in the middle of the generated string.

@jakob1379 jakob1379 force-pushed the fix/secret-generation branch from ae68dd8 to d1986aa Compare April 13, 2026 13:37
@alexjustesen alexjustesen merged commit 8d73689 into alexjustesen:main Apr 13, 2026
@jakob1379 jakob1379 deleted the fix/secret-generation branch April 13, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants