Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!
1. Describe your incident:
How do I encrypt the password for this line “http_tls_key_password”
It works if I leave the password in plain text but I don’t want to leave it that way. I tried using a hashed password but it doesn’t work
2. Describe your environment:
-
OS Information:
Ubuntu 22.04 -
Package Version:
Graylog 5.0 -
Service logs, configurations, and environment variables:
N/A
3. What steps have you already taken to try and solve the problem?
Tried using a hashed password with the following
echo -n “Enter Password: " && head -1 </dev/stdin | tr -d ‘\n’ | sha256sum | cut -d” " -f1
4. How can the community help?
Provide an answer
Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]