mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
594f417bdf
Currently web-config is not a valid yaml and is an incomplete reference. Keep the reference in README.md and create a minimalist web-config.yml that acts as an exemple. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
7 lines
161 B
YAML
7 lines
161 B
YAML
# Minimal TLS configuration example. Additionally, a certificate and a key file
|
|
# are needed.
|
|
tls_server_config:
|
|
cert_file: server.crt
|
|
key_file: server.key
|
|
|