Skip to content

Commit

Permalink
Add tls versions
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie authored and discordianfish committed Apr 27, 2020
1 parent 0ef1d4d commit 70a77ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions https/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# HTTPS Package for Prometheus

The `https` directory contains a Go package and a sample configuration file for running `node_exporter` with HTTPS instead of HTTP.
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
and TLS 1.2.

To run a server with TLS, use the flag `--web.config`.

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

0 comments on commit 70a77ae

Please sign in to comment.