4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
dd if=/dev/random of=jwt_hs256.key bs=32 count=1
|
|
chmod 400 jwt_hs256.key
|