Morning all,
Fairly new to Graylog, only been running it for a few months and never really dealt with certs before as I would usually use nginx but this is not an option for this install.
Wondering if you could help please, I have a Graylog/Datanode environment running in Docker, I am now trying to follow the instructions for deploying a self signed cert to allow the site to be converted to HTTPS (TLS) [How-To Guide: Securing Graylog with TLS]
The issue I have is when I get to the section regarding the JVM certs, on the install I have there is no directory present and the “/usr/share/graylog-server/” doesn’t exist but instead I have “/usr/share/graylog/” which does not have the JVM directory.
Could someone please point me in the direction of some documentation that shows how to complete the TLS activation within a Docker environment please?
I am running an Ubuntu 24.04 OS with Docker/Portainer
Graylog 6.2.2
Datanode 6.2.2
MongoDB 7.0
docker-compose.yml is used to build it
https://pastebin.com/iGqhH4WE
Any help with this would be great, thanks in advance.