dummy file and script to gen csrf secret
This commit is contained in:
parent
75154338db
commit
86e5802ae8
|
@ -0,0 +1 @@
|
|||
RUN GEN-CSRF.SH TO INIT THIS FI
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
dd if=/dev/random of=csrf-secret.txt count=32 bs=1
|
Loading…
Reference in New Issue