feat: add slurm key generators and remove stale scripts
This commit is contained in:
3
rossby/bin/slurm-gen-jwt_hs256.sh
Executable file
3
rossby/bin/slurm-gen-jwt_hs256.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
dd if=/dev/random of=jwt_hs256.key bs=32 count=1
|
||||
chmod 400 jwt_hs256.key
|
||||
Reference in New Issue
Block a user