We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef1d4d commit 70a77aeCopy full SHA for 70a77ae
1 file changed
https/README.md
@@ -1,7 +1,10 @@
1
# HTTPS Package for Prometheus
2
3
-The `https` directory contains a Go package and a sample configuration file for running `node_exporter` with HTTPS instead of HTTP.
4
-When running a server with TLS use the flag `--web.config`
+The `https` directory contains a Go package and a sample configuration file for
+running `node_exporter` with HTTPS instead of HTTP. We currently support TLS 1.3
5
+and TLS 1.2.
6
+
7
+To run a server with TLS, use the flag `--web.config`.
8
9
e.g. `./node_exporter --web.config="web-config.yml"`
10
If the config is kept within the https directory.
0 commit comments