Skip to content
New issue

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

[Bug] RPM package does not create secret.conf file #1248

Closed
jeromeleonard opened this issue Mar 3, 2020 · 2 comments
Closed

[Bug] RPM package does not create secret.conf file #1248

jeromeleonard opened this issue Mar 3, 2020 · 2 comments
Assignees
Labels
bug TheHive4 TheHive4 related issues
Milestone

Comments

@jeromeleonard
Copy link
Contributor

RPM package should create the file secret.conf file that is included in the /etc/thehive/application.conf file, like for DEB package.

@jeromeleonard jeromeleonard added bug TheHive4 TheHive4 related issues labels Mar 3, 2020
@jeromeleonard
Copy link
Contributor Author

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_

@To-om To-om closed this as completed Mar 10, 2020
@To-om To-om added this to the 4.0.0-RC2 milestone Mar 11, 2020
@jeromeleonard jeromeleonard reopened this Feb 4, 2021
@jeromeleonard
Copy link
Contributor Author

jeromeleonard commented Feb 4, 2021

Similar error occurs with Ubuntu 20.04 and DEB package.

@jeromeleonard jeromeleonard modified the milestones: 4.0.0-RC2, 4.0.5 Feb 4, 2021
@To-om To-om closed this as completed Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug TheHive4 TheHive4 related issues
Projects
None yet
Development

No branches or pull requests

2 participants