Skip to content

Commit 70a77ae

Browse files
Julien Pivottodiscordianfish
authored andcommitted
Add tls versions
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
1 parent 0ef1d4d commit 70a77ae

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

https/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# HTTPS Package for Prometheus
22

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`
3+
The `https` directory contains a Go package and a sample configuration file for
4+
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`.
58

69
e.g. `./node_exporter --web.config="web-config.yml"`
710
If the config is kept within the https directory.

0 commit comments

Comments
 (0)