Right now this exporter supports TLS outbound to the unbound-control socket. This is a feature request to support TLS (including client mutual auth) inbound to the exporter (presumably from a remote Prometheus) by providing a -web.config.file option similar to the node exporter and a number of other exporters.
This seems to be the preferred method: https://github.com/prometheus/exporter-toolkit/blob/master/web/README.md .
See the comment here for some background.
Right now this exporter supports TLS outbound to the unbound-control socket. This is a feature request to support TLS (including client mutual auth) inbound to the exporter (presumably from a remote Prometheus) by providing a
-web.config.fileoption similar to the node exporter and a number of other exporters.This seems to be the preferred method: https://github.com/prometheus/exporter-toolkit/blob/master/web/README.md .
See the comment here for some background.