mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
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" |