Hi,
I would like to use client certificate authentication in front of the Graylog UI. I have been able to solve it by using an Nginx reverse proxy in front of it but would be great if there is a solution to have this natively within graylog?
Cheers,
Mason
gsmith
(GSmith)
June 3, 2021, 3:58am
2
Hello,
This worked for my environment.
My ambient test:
-Oracle Linux 7.6 (VMware 15);
-Network: NAT;
-Graylog3, MongoDB and Elastic: running together;
Documentation base for RPM distro.
First of all, read Docs » Configuring Graylog » Using HTTPS
0- mkdir /etc/ssl/certs/graylog/ && cd /etc/ssl/certs/graylog/
1- openssl req -x509 -days 1095 -nodes -newkey rsa:2048 -config openssl-graylog.cnf -keyout pkcs5-plain.pem -out cert.pem
2- openssl pkcs8 -in pkcs5-plain.pem -topk8 -nocrypt -out pkcs8-plain.pem
3- openssl pkcs8 -in pk…
If im incorrect are you talking about something like a Keycloak?
Hope that helps
system
(system)
Closed
June 17, 2021, 3:58am
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.