scripts/gen-encryption-key.sh
#!/usr/bin/env bash # Generate a fresh 32-byte encryption key for ENCRYPTION_KEY. # Route via /secrets — do NOT paste into committed files. openssl rand -hex 32
scripts/gen-encryption-key.sh#!/usr/bin/env bash # Generate a fresh 32-byte encryption key for ENCRYPTION_KEY. # Route via /secrets — do NOT paste into committed files. openssl rand -hex 32