feat: add slurm key generators and remove stale scripts

This commit is contained in:
2025-09-25 12:08:05 +02:00
parent 96f8215c52
commit d2e27a7e87
7 changed files with 5 additions and 110 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
dd if=/dev/random of=jwt_hs256.key bs=32 count=1
chmod 400 jwt_hs256.key