Skip to content

Commit abf32a3

Browse files
committed
Add openssl for secret generation to readme.
1 parent cb23c52 commit abf32a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ The `secret` is a user-defined key that is required to execute any of the librar
180180
Best make it long, random and very unique!
181181

182182
For 84 random characters:
183-
- If you have `pwgen` installed, just execute `pwgen 84` and choose any one.
183+
- If you have `pwgen` installed, just execute `pwgen 84 1` and copy the output.
184+
- If you have `openssl` installed, use `openssl rand -hex 84`.
184185
- Or just go [here][random-characters] and put all the output onto a single line.
185186

186187
(You get 2 guesses why 84 is a good number :wink:)

0 commit comments

Comments
 (0)