#!/bin/sh dd if=/dev/random of=jwt_hs256.key bs=32 count=1 chmod 400 jwt_hs256.key