Ryan Kelleher
Results
1
comments of
Ryan Kelleher
check your /etc/thehive/application.conf and ensure you have set a play.http.secret.key="XXXX" `echo play.http.secret.key="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1)"` to generate a random key