como poner ssl en grafana a través de docker
Set configuration options in the Grafana docker container like this: https://grafana.com/docs/installation/docker/#configuration
Settings for self-signed SSL/TLS certificates: https://grafana.com/docs/installation/configuration/#cert-file
-
Example with docker-compose: https://www.grzegorowski.com/grafana-with-lets-encrypt-ssl-on-docker/
- GF_SERVER_CERT_FILE=/etc/letsencrypt/certs/YOUR.DOMAIN.TEST.crt # adjust to match your domain name - GF_SERVER_CERT_KEY=/etc/letsencrypt/certs/YOUR.DOMAIN.TEST.key # adjust to match your domain name - GF_SERVER_PROTOCOL=https