diff --git a/csrf-secret.txt b/csrf-secret.txt new file mode 100644 index 0000000..d5bbf5a --- /dev/null +++ b/csrf-secret.txt @@ -0,0 +1 @@ +RUN GEN-CSRF.SH TO INIT THIS FI diff --git a/gen-csrf.sh b/gen-csrf.sh new file mode 100755 index 0000000..bb1410b --- /dev/null +++ b/gen-csrf.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +dd if=/dev/random of=csrf-secret.txt count=32 bs=1