We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPM package should create the file secret.conf file that is included in the /etc/thehive/application.conf file, like for DEB package.
secret.conf
/etc/thehive/application.conf
The text was updated successfully, but these errors were encountered:
generate the file by running this command line before the package be updated:
cat > /etc/thehive/secret.conf << _EOF_ play.http.secret.key="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1)" _EOF_
Sorry, something went wrong.
#1248 Generate thehive secret in post-install script
1bba184
Similar error occurs with Ubuntu 20.04 and DEB package.
To-om
No branches or pull requests
RPM package should create the file
secret.conf
file that is included in the/etc/thehive/application.conf
file, like for DEB package.The text was updated successfully, but these errors were encountered: