mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-25 06:16:26 +01:00
091bed01b0
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
5 lines
179 B
YAML
5 lines
179 B
YAML
tls_config :
|
|
cert_file : "testdata/server.crt"
|
|
key_file : "testdata/server.key"
|
|
client_auth_type : "RequireAndVerifyClientCert"
|
|
client_ca_file: "testdata/tls-ca-chain.pem" |