Grafana with https

Hi guys, I have already nginx configured to work with https. Certs I have from lets encrypt. I was wondering what is the best way to get grafana works with https?

Regards

See https://grafana.com/docs/installation/configuration/

cert_file
Path to the certificate file (if protocol is set to https).
cert_key
Path to the certificate key file (if protocol is set to https).

Antony.

Configure nginx (or another reverse proxy) as a reverse proxy with TLS support in front of Grafana. Grafana supports TLS, but it doesn’t support any TLS configuration (especially cipher list configuration), so reverse proxy give you more TLS flexibility.

If you already have nginx with https then just reverse proxy from nginx to grafana.