Hi all
Just wondering if anyone has experience setting up node_exporter with TLS encryption? This is apparently experimental but I’ve had some trouble setting it up
https://github.com/prometheus/node_exporter/tree/master/https
...
level=info ts=2020-05-11T03:12:38.807Z caller=node_exporter.go:190 msg="Listening on" address=:9100
level=error ts=2020-05-11T03:12:38.807Z caller=node_exporter.go:193 err="missing TLSCertPath"```
Contents of web-config.yml:
```tls_config:
cert_file: "certs/server.crt"
key_file: "certs/server.key"```