TLDR Martin needed help with SSL certificates for SigNoz UI. Prashant suggested using Nginx and Certbot for securing the UI on a VM.
Hello Martin, are you trying to secure SigNoz UI or signoz-otel-collector? Both can be done using Reverse Proxy and certs (directly or using certbot/certmanager).
We have docs for that in K8s.
Hi Prashant, I trying to secure SigNoz UI
Martin Are you using Docker or K8s?
i install signoz using docker
Martin you can go with Nginx and Certbot to easily set secure it in your VM.
ok i'll try to do it
thanks!!
Martin you nginx config for the site should look like this:
```
server {
listen 80;
server_name
Martin
Fri, 02 Jun 2023 17:28:51 UTCgood afternoon, do I need to put my ssl certificates on my signoz server? I can't find in which route I should leave them or where to configure them can you help me?