aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--https/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/https/README.md b/https/README.md
index 946f2cf..e8e4504 100644
--- a/https/README.md
+++ b/https/README.md
@@ -1,7 +1,10 @@
1# HTTPS Package for Prometheus 1# HTTPS Package for Prometheus
2 2
3The `https` directory contains a Go package and a sample configuration file for running `node_exporter` with HTTPS instead of HTTP. 3The `https` directory contains a Go package and a sample configuration file for
4When running a server with TLS use the flag `--web.config` 4running `node_exporter` with HTTPS instead of HTTP. We currently support TLS 1.3
5and TLS 1.2.
6
7To run a server with TLS, use the flag `--web.config`.
5 8
6e.g. `./node_exporter --web.config="web-config.yml"` 9e.g. `./node_exporter --web.config="web-config.yml"`
7If the config is kept within the https directory. 10If the config is kept within the https directory.