Add alternative key generation method to instructions

Created on 16 November 2023, 7 months ago
Updated 18 May 2024, about 1 month ago

Problem/Motivation

Could you include an alternate method in the instructions for generating a key using openssl? /dev/urandom is unavailable on some linux systems.

For a 256-bit key you can alternatively use:
openssl rand -base64 32 > /path/to/encryption.key

took me a while to figure this out, so I was hoping that providing it in the instructions would help others.

πŸ’¬ Support request
Status

Needs review

Version

2.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States rex.barkdoll

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024