aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@inuits.eu>2020-04-27 19:19:09 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2020-04-28 00:33:08 +0200
commit70a77aefc0520611784e0d77b526125f83670adc (patch)
tree8c2b1dd2cbf341e58b683e5a2d04d077019cb62a
parent0ef1d4dc1596d1b5a7ec468ab9cef03fec277132 (diff)
downloadprometheus_node_collector-70a77aefc0520611784e0d77b526125f83670adc.tar.bz2
prometheus_node_collector-70a77aefc0520611784e0d77b526125f83670adc.tar.xz
prometheus_node_collector-70a77aefc0520611784e0d77b526125f83670adc.zip
Add tls versions
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
-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.