dummy file and script to gen csrf secret

This commit is contained in:
Dan Ballard 2015-11-02 08:00:00 -08:00
parent 75154338db
commit 86e5802ae8
2 changed files with 4 additions and 0 deletions

1
csrf-secret.txt Normal file
View File

@ -0,0 +1 @@
RUN GEN-CSRF.SH TO INIT THIS FI

3
gen-csrf.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
dd if=/dev/random of=csrf-secret.txt count=32 bs=1