My head is spinning so, I need to check…
I have nginx reverse proxy that serves https.
Is it correct to use that same cert and key for graylog, when enabling tls (for https traffic) ?
So when adding cert and key as serverFiles for enabling the TLS, I only need to make sure that they are in correct format?
Right?
I keep getting “Caused by: java.security.KeyException: No private key found in file: /etc/graylog/server/server.key”
But file exists. Would the execption be be same if it would be about the format?
And If I add the files as serverFiles, I guess the permissions are correct out of the box?
(graylog 1.7.9 · KongZ/kong-z)
Yes its posible to use the same certs, and I have for my lab Graylog 4.0.6 Server.
I’m using Apache, but I believe you can also use you certs with Nginx.
Yes, also depeneds on where and how you created your certs.
Can Graylog access those Certs?
What method did you use to create you Certs for Graylog?